Skip to content

Commit

Permalink
update dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
biuuu committed Mar 9, 2018
1 parent a17413e commit d60d6e9
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 @@ -5,7 +5,7 @@
"main": "main.js",
"scripts": {
"start": "electron .",
"dev": "cross-env NODE_ENV=development yarn proxy",
"dev": "cross-env NODE_ENV=development npm run proxy",
"proxy": "node ./proxy/start",
"pack": "electron-builder --dir",
"dist": "electron-builder",
Expand Down

0 comments on commit d60d6e9

Please sign in to comment.