Commit 72ae10806a5dafce86d9780e2a1a3f16d0745533
1 parent
52a823d88b
Exists in
master
fix post install
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
package.json
... | ... | @@ -5,9 +5,9 @@ |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | 7 | "test": "echo \"Error: no test specified\" && exit 1", |
8 | - "compile": "gulp uglify && gulp html", | |
8 | + "compile": "gulp uglify", | |
9 | 9 | "gulp-pre-commit": "gulp pre-commit", |
10 | - "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js", | |
10 | + "postinstall": "npm run compile && gulp clean-post-install", | |
11 | 11 | "install-dev": "npm install angular bootstrap font-awesome jquery gulp gulp-connect jasmine-core pre-commit gulp-angular-templatecache gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify-es jshint pump" |
12 | 12 | }, |
13 | 13 | "author": "", |