Skip to content

Commit 5858f7f

Browse files
committed
Fixed script
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent c6bafe5 commit 5858f7f

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

0 commit comments

Comments
 (0)