We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14415d7 commit 829c98dCopy full SHA for 829c98d
.github/workflows/check.yml
@@ -149,10 +149,7 @@ jobs:
149
path: clients/algoliasearch-client-javascript/packages/${{ matrix.client }}
150
151
- name: Remove generated clients
152
- run: |
153
- echo "delete the following folders:"
154
- find clients/algoliasearch-client-javascript/packages -type d -mindepth 1 -maxdepth 1 -not -path "*/${{ matrix.client }}"
155
- find clients/algoliasearch-client-javascript/packages -type d -mindepth 1 -maxdepth 1 -not -path "*/${{ matrix.client }}" | xargs rm -rf
+ run: cd clients/algoliasearch-client-javascript/packages && ls . | grep -v -E "(client-common|requester-)" | xargs rm -rf
156
157
- name: Setup
158
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
0 commit comments