add clean script to npm
This commit is contained in:
parent
ed7a1dce06
commit
fb3f88e5d5
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
"build-images": "cp -r static/src/img/* static/build/img/",
|
"build-images": "cp -r static/src/img/* static/build/img/",
|
||||||
"watch-less": "watch 'npm run build-less' static/src/less/",
|
"watch-less": "watch 'npm run build-less' static/src/less/",
|
||||||
"watch": "npm run watch-less & npm run watch-images",
|
"watch": "npm run watch-less & npm run watch-images",
|
||||||
"clean": "rm -rf static/build collected-static/ node_modules/ env/",
|
"clean": "./scripts/clean.js",
|
||||||
"test": "npm run lint"
|
"test": "npm run lint"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Reference in a new issue