fix #178: postinstall script

This commit is contained in:
antelle 2016-04-05 19:34:13 +03:00
parent 98ebff0534
commit 103367e3e4
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
"scripts": {
"start": "grunt",
"test": "grunt test",
"postinstall": "npm install --prefix electron",
"postinstall": "cd electron && npm install",
"copy-beta": "grunt && sed 's/<html manifest=\"manifest.appcache\">//' dist/index.html > ../keeweb-beta/diy/index.html && cd ../keeweb-beta && git add diy/index.html && git commit -a -m 'beta' && git push origin master"
},
"author": {