diff --git a/package.json b/package.json index 7854c68f..2398f9c3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/oguzhaninan/Stacer", "scripts": { - "start": "npm run build; electron .", + "start": "electron .", "build": "babel src/ -d dist/", "clean": "rm dist/*.js dist/**/*.js", "package-x86": "electron-packager . --overwrite --platform=linux --arch=ia32 --icon=assets/img/icon.png --prune=true --out=release-builds --electron-version=1.4.15",