Skip to content

Commit

Permalink
feat: doc 调整 local启动参数
Browse files Browse the repository at this point in the history
  • Loading branch information
imsunhao committed Jun 27, 2019
1 parent 6e872b6 commit 89fe889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "node --max-old-space-size=6144 ./node_modules/@bestminr/build/bin/dev --ic ./inject-context/stage.json",
"dev": "node --max-old-space-size=6144 ./node_modules/@bestminr/build/bin/dev --ic ./inject-context/local.json",
"dev:release": "yarn dev --ic ./inject-context/release.json",
"dev:dll": "yarn dev -d",
"dev:noCache": "yarn dev:dll && yarn dev:release --cl",
"build": "node ./node_modules/@bestminr/build/bin/build",
"build:dll": "yarn build -d",
"start": "node ./node_modules/@bestminr/build/bin/start",
"start:stage": "cross-env SERVER_ENV=local yarn start --ic ./inject-context/stage.json",
"start:local": "cross-env SERVER_ENV=local yarn start --ic ./inject-context/local.json",
"start:release": "cross-env SERVER_ENV=local yarn start --ic ./inject-context/release.json",
"debug:dev": "node --inspect-brk=32000 ./node_modules/@bestminr/build/bin/dev --ic ./inject-context/release.json",
"debug:start": "node --inspect-brk=32000 ./node_modules/@bestminr/build/bin/start --ic ./inject-context/release.json",
Expand Down

0 comments on commit 89fe889

Please sign in to comment.