Skip to content

Commit d39a71f

Browse files
committed
chore: delete
1 parent 81802fa commit d39a71f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,7 @@ jobs:
202202
if: ${{ startsWith(github.head_ref, 'chore/prepare-release-') }}
203203
run: |
204204
cd clients/algoliasearch-client-javascript/packages
205-
ls | grep -v -E "(logger-console|client-common|requester-*|algoliasearch)" | xargs rm -rf
206-
cd algoliasearch
207-
ls | grep -v -E "__tests__" | xargs rm -rf
205+
find . -mindepth 1 -maxdepth 1 ! -name 'requester-*' ! -name 'logger-*' ! -name 'client-common' -type d -exec rm -rf {}/src {}/model {}/dist {}/builds \;
208206
209207
- name: Setup
210208
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)