Skip to content

Commit

Permalink
delete downloaded rules after pack
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelvis committed Jun 19, 2024
1 parent 18f81fd commit 7048539
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bamboo-specs/adguard-api-mv3-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ Build:
echo "Size before cleanup:" && du -h | tail -n 1
pnpm --filter @adguard/dnr-rulesets clear
pnpm clean
echo "Size after cleanup:" && du -h | tail -n 1
Expand Down
2 changes: 2 additions & 0 deletions bamboo-specs/dnr-rulesets-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ Build:
echo "Size before cleanup:" && du -h | tail -n 1
pnpm --filter @adguard/dnr-rulesets clear
pnpm clean
echo "Size after cleanup:" && du -h | tail -n 1
Expand Down
2 changes: 2 additions & 0 deletions bamboo-specs/examples-adguard-api-mv3-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ Test:
echo "Size before cleanup:" && du -h | tail -n 1
pnpm --filter @adguard/dnr-rulesets clear
# Check if node_modules directory exists
if [ -d "node_modules" ]; then
pnpm clean
Expand Down

0 comments on commit 7048539

Please sign in to comment.