From 8060ba6453c406da3c8605257db935392563889b Mon Sep 17 00:00:00 2001 From: antelle Date: Wed, 25 Sep 2019 22:51:15 +0200 Subject: [PATCH] fixed the beta build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8240a7f8..fdd89cb9 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "start": "grunt", "test": "grunt test", "postinstall": "cd desktop && npm install", - "build-beta": "grunt --beta && sed 's///' dist/index.html > ../keeweb-beta/index.html && cd ../keeweb-beta && git add index.html && git commit -a -m 'beta' && git push origin master", + "build-beta": "grunt --beta && cp 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_DISABLE_SECURITY_WARNINGS=1 electron desktop --htmlpath=http://localhost:8085", "dev": "grunt dev", "babel-helpers": "babel-external-helpers -l 'slicedToArray,toConsumableArray,defineProperty,typeof' -t global > app/lib/babel-helpers.js"