copy-beta => build-beta

This commit is contained in:
antelle 2017-12-16 12:41:35 +01:00
parent 9e9fa75a81
commit ab41f45196
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@
"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/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/",
"build-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/"
"dev": "grunt dev --skip-sign"
},
"author": {