[fix] debian/stable npm does not seem to support several postinstall scripts

This commit is contained in:
Julien Malik 2016-03-04 18:19:25 +01:00
parent 451c1bd709
commit 8ea2b1c67b

View file

@ -23,9 +23,5 @@
"gulp-rename": "^1.2.2", "gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0", "gulp-uglify": "^1.2.0",
"bower": "^1.7.7" "bower": "^1.7.7"
},
"scripts": {
"postinstall": "bower install",
"postinstall": "gulp build"
} }
} }