Skip to content

Commit 7082aef

Browse files
committed
ci: uses -prune
1 parent 24a9f96 commit 7082aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/standalone-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: yarn install && yarn build
2727
working-directory: ./app-config
2828

29-
- run: find . -name node_modules -exec rm -rf {} \;
29+
- run: find . -name node_modules -exec rm -rf {} \; -prune
3030
working-directory: .
3131

3232
- run: yarn install

0 commit comments

Comments
 (0)