Added postinstall script

This commit is contained in:
Thomas Cazade 2017-12-05 23:45:24 +01:00
parent 60884fc432
commit 838d41d6df

View file

@ -6,7 +6,8 @@
"scripts": {
"start": "node node_modules/gulp/bin/gulp.js",
"build": "node node_modules/gulp/bin/gulp.js build",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node node_modules/gulp/bin/gulp.js build"
},
"repository": {
"type": "git",