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 c6bafe5 commit 5858f7fCopy full SHA for 5858f7f
package.json
@@ -29,7 +29,7 @@
29
"webpack-config-jaid": "^2.0.0"
30
},
31
"scripts": {
32
- "clean": "rimraf **/dist/",
+ "clean": "rimraf dist/ test/**/dist/",
33
"build:prod": "cross-env NODE_ENV=production webpack",
34
"build:dev": "webpack",
35
"test": "jest && npm run build:prod && cross-env MAIN=dist/package/production jest",
0 commit comments