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

View File

@ -40,7 +40,7 @@
"start": "grunt",
"test": "grunt test",
"postinstall": "npm install --prefix electron",
"copy-beta": "grunt && sed 's/<html manifest=\"manifest.appcache\">//' dist/index.html > ../keeweb-beta/diy/index.html"
"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": "Antelle",
"license": "MIT",