Skip to content

Commit

Permalink
update package start
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhaninan committed Mar 27, 2017
1 parent 7863f57 commit d66a443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d66a443

Please sign in to comment.