mirror of https://github.com/keeweb/keeweb
updated beta path
parent
c3c60fd613
commit
215809d9c2
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue