fix npm packege install

This commit is contained in:
Roman Hotsiy 2016-02-02 23:17:38 +02:00
parent 9dd93e8895
commit 6a5823e5be

View File

@ -10,7 +10,7 @@
"scripts": { "scripts": {
"test": "gulp lint && ./build/run_tests.sh", "test": "gulp lint && ./build/run_tests.sh",
"prepublish": "gulp build", "prepublish": "gulp build",
"postinstall": "jspm install", "postinstall": "npm install jspm && jspm install",
"start": "gulp serve", "start": "gulp serve",
"build-dist": "gulp build", "build-dist": "gulp build",
"branch-release": "git reset --hard && branch-release", "branch-release": "git reset --hard && branch-release",