Skip to content

Commit

Permalink
fix: keep _source
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Oct 14, 2024
1 parent 40cfe8f commit 5160856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkout-test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Zip folder
run: |
find ./src -type d \( -name "node_modules" -o -name "_source" \) -prune -exec rm -rf {} +
find ./src -type d -name "node_modules" -prune -exec rm -rf {} +
du -h -d 1 src
Expand Down

0 comments on commit 5160856

Please sign in to comment.