Skip to content

Commit 3281372

Browse files
committed
chore: simplify clean-all script
1 parent b0f4a0f commit 3281372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build": "tsc",
3030
"bundlesize": "bundlesize",
3131
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file",
32-
"clean:all": "rimraf node_modules packages/*/node_modules package-lock.json packages/*/package-lock.json",
32+
"clean:all": "rimraf node_modules package-lock.json packages/*/{node_modules,package-lock.json}",
3333
"commit": "git-cz",
3434
"docs": "typedoc",
3535
"format": "prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write",

0 commit comments

Comments
 (0)