We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c666c2 commit 553b788Copy full SHA for 553b788
package.json
@@ -86,7 +86,7 @@
86
"build": "node ./scripts/build.js",
87
"build:ts": "node ./scripts/buildTs.js",
88
"check-copyright-headers": "node ./scripts/checkCopyrightHeaders.js",
89
- "clean-all": "rimraf ./node_modules && rimraf ./packages/*/node_modules && yarn clean-e2e && yarn build-clean",
+ "clean-all": "yarn clean-e2e && yarn build-clean && rimraf ./packages/*/node_modules && rimraf ./node_modules",
90
"clean-e2e": "node ./scripts/cleanE2e.js",
91
"jest": "node ./packages/jest-cli/bin/jest.js",
92
"jest-coverage": "yarn jest --coverage",
0 commit comments