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