Skip to content

Commit

Permalink
chore(scripts): update clean:build
Browse files Browse the repository at this point in the history
  • Loading branch information
srod committed Feb 16, 2023
1 parent 71c5e32 commit f5b812c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"scripts": {
"build": "lerna run build",
"clean": "pnpm run clean:build && pnpm run clean:packages",
"clean:build": "pnpm dlx rimraf packages/*/dist",
"clean:build": "pnpm dlx rimraf packages/*/dist docs/dist docs/.astro",
"clean:packages": "pnpm run lerna clean -y",
"clean:test": "pnpm dlx rimraf tests/tmp/*.{js,js.map,css,html,json}",
"clean:git": "git restore --source=HEAD --staged --worktree -- tests/fixtures",
Expand Down

0 comments on commit f5b812c

Please sign in to comment.