Skip to content

Commit

Permalink
Remove node_modules in clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Apr 21, 2017
1 parent 8f7db83 commit 632dd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 .",
"clean": "git clean -fdX .",
"release": "node ./tools/release.js",
"lint": "eslint modules",
"test": "karma start --single-run"
Expand Down

0 comments on commit 632dd9b

Please sign in to comment.