Skip to content

Commit d22845e

Browse files
committed
Improved scripts
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent eaba947 commit d22845e

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
@@ -28,7 +28,7 @@
2828
"webpack-config-jaid": "^2.0.0"
2929
},
3030
"scripts": {
31-
"clean": "rimraf dist",
31+
"clean": "rimraf **/dist/",
3232
"build:prod": "cross-env NODE_ENV=production webpack",
3333
"build:dev": "webpack",
3434
"test": "jest && npm run build:prod && cross-env MAIN=dist/package/production jest",

0 commit comments

Comments
 (0)