Skip to content

Commit 407857c

Browse files
committed
Added clean script
1 parent bcd9c7a commit 407857c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@
2121
"eslint-config-jaid": "1.10.0",
2222
"jest": "^24.0.0",
2323
"opn-cli": "^4.0.0",
24+
"rimraf": "^2.6.3",
2425
"webpack": "^4.29.0",
2526
"webpack-cli": "^3.2.1",
2627
"webpack-config-jaid": "1.19.0"
2728
},
2829
"scripts": {
30+
"clean": "rimraf dist dist-jsdoc",
2931
"build:prod": "cross-env NODE_ENV=production webpack",
3032
"build:dev": "webpack",
3133
"test": "npm run build:prod && jest",

0 commit comments

Comments
 (0)