add a re-install script

This commit is contained in:
akashnimare
2017-09-16 01:54:55 +05:30
parent ddbc282f49
commit 653598fd9e

View File

@@ -20,6 +20,7 @@
},
"scripts": {
"start": "electron app --disable-http-cache",
"reinstall": "rm -rf node_modules; rm -rf app/node_modules; npm install",
"postinstall": "electron-builder install-app-deps",
"test": "xo",
"dev": "gulp dev",