Skip to content

Commit

Permalink
remove 'npm prune' from preinstall script (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
makemek authored Mar 27, 2017
1 parent 89d10a9 commit b5b1db7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"scripts": {
"build": "gulp build && gulp import",
"prestart": "npm run build",
"preinstall": "npm prune",
"start": "node bin/www",
"dev": "npm run build && gulp browser-sync",
"coverage": "npm run pretest && istanbul cover ./node_modules/mocha/bin/_mocha",
Expand Down

0 comments on commit b5b1db7

Please sign in to comment.