1
Fork 0

add clean script to npm

This commit is contained in:
Jake Howard 2016-01-27 18:41:58 +00:00
parent ed7a1dce06
commit fb3f88e5d5

View file

@ -12,7 +12,7 @@
"build-images": "cp -r static/src/img/* static/build/img/",
"watch-less": "watch 'npm run build-less' static/src/less/",
"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"
},
"repository": {