From 925eb968828352adccd944b6d777d52eb64dc54c Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Mon, 12 Jun 2017 17:18:10 +0200 Subject: [PATCH] Added `npm run clean` for cleaning up the development environment --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e7b316..df82df1 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "lint": "xo --quiet", "test": "npm run lint && ava", "pack": "pkg bin/now.js -c package.json -o packed/now", - "webpack": "webpack --context download --config download/webpack.js" + "webpack": "webpack --context download --config download/webpack.js", + "clean": "rm -rf node_modules link/node_modules download/dist" }, "pkg": { "scripts": [