Skip to content

Commit

Permalink
Add npm clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Feb 17, 2017
1 parent a85688e commit 1022bb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -9,6 +9,7 @@
"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
"build": "node ./tools/build.js",
"prepublish": "node ./tools/build.js",
"clean": "git clean -e '!node_modules' -fdX .",
"release": "node ./tools/release.js",
"lint": "eslint modules",
"test": "karma start --single-run"
Expand Down

0 comments on commit 1022bb4

Please sign in to comment.