Commit a67a9514 authored by afc163's avatar afc163

Fix NO_PROXY in windows, ref #181

parent 31af67c2
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"scripts": { "scripts": {
"precommit": "npm run lint-staged", "precommit": "npm run lint-staged",
"start": "roadhog server", "start": "roadhog server",
"start:no-proxy": "NO_PROXY=true roadhog server", "start:no-proxy": "cross-env NO_PROXY=true roadhog server",
"build": "roadhog build", "build": "roadhog build",
"site": "roadhog-api-doc static && gh-pages -d dist", "site": "roadhog-api-doc static && gh-pages -d dist",
"analyze": "roadhog build --analyze", "analyze": "roadhog build --analyze",
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
"babel-plugin-transform-runtime": "^6.9.0", "babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-env": "^1.6.1", "babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1", "babel-preset-react": "^6.24.1",
"cross-env": "^5.1.1",
"cross-port-killer": "^1.0.1", "cross-port-killer": "^1.0.1",
"enzyme": "^3.1.0", "enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2", "enzyme-adapter-react-16": "^1.0.2",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment