npm beta script

This commit is contained in:
Antelle 2016-02-14 10:47:10 +03:00
parent cd6704792b
commit c542d42be1
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@
"scripts": {
"start": "grunt",
"test": "grunt test",
"postinstall": "npm install --prefix electron"
"postinstall": "npm install --prefix electron",
"copy-beta": "grunt && sed 's/<html manifest=\"manifest.appcache\">//' dist/index.html > ../keeweb-beta/diy/index.html"
},
"author": "Antelle",
"license": "MIT",