updated beta path

pull/754/head
antelle 2017-10-09 19:59:20 +02:00
parent c3c60fd613
commit 215809d9c2
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
"start": "grunt",
"test": "grunt test",
"postinstall": "cd desktop && npm install",
"copy-beta": "grunt --skip-sign && 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",
"copy-beta": "grunt --skip-sign && sed 's/<html manifest=\"manifest.appcache\">//' dist/index.html > ../keeweb-beta/index.html && cd ../keeweb-beta && git add index.html && git commit -a -m 'beta' && git push origin master",
"electron": "electron desktop --htmlpath=http://localhost:8085/tmp/"
},
"author": {