Skip to content

Commit 553b788

Browse files
committed
chore: make clean-all script actually work
1 parent 2c666c2 commit 553b788

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
@@ -86,7 +86,7 @@
8686
"build": "node ./scripts/build.js",
8787
"build:ts": "node ./scripts/buildTs.js",
8888
"check-copyright-headers": "node ./scripts/checkCopyrightHeaders.js",
89-
"clean-all": "rimraf ./node_modules && rimraf ./packages/*/node_modules && yarn clean-e2e && yarn build-clean",
89+
"clean-all": "yarn clean-e2e && yarn build-clean && rimraf ./packages/*/node_modules && rimraf ./node_modules",
9090
"clean-e2e": "node ./scripts/cleanE2e.js",
9191
"jest": "node ./packages/jest-cli/bin/jest.js",
9292
"jest-coverage": "yarn jest --coverage",

0 commit comments

Comments
 (0)