We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544b937 commit 76f449cCopy full SHA for 76f449c
package.json
@@ -4,7 +4,7 @@
4
"main": "dist/main.js",
5
"scripts": {
6
"test": "ava test",
7
- "dev": "./node_modules/.bin/npm-run-all --parallel build watch dev:run:proxy",
+ "dev": "./node_modules/.bin/npm-run-all --parallel build watch dev:run",
8
"dev:run": "./node_modules/.bin/cross-env NODE_ENV=development electron .",
9
"dev:run:proxy": "./node_modules/.bin/cross-env http_proxy=http://127.0.0.1:9090 https_proxy=http://127.0.0.1:9090 NODE_ENV=development electron .",
10
"postbuild": "node gen",
0 commit comments