From fb3f88e5d5067f37b99e16e56ae52b70801a02f0 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 27 Jan 2016 18:41:58 +0000 Subject: [PATCH] add clean script to npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 256291e..1b5e802 100644 --- a/package.json +++ b/package.json @@ -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": {