Skip to content

Commit 48354ae

Browse files
author
caoli
committed
fix: #12
1 parent 6fac6f1 commit 48354ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"build": "cross-env easywebpack build prod",
88
"build:test": "cross-env easywebpack build test",
99
"build:prod": "cross-env easywebpack build prod",
10+
"debug": "egg-bin debug",
1011
"dev": "cross-env WORKERS=1 node index.js",
1112
"start": "cross-env EGG_SERVER_ENV=prod NODE_ENV=production node index.js",
1213
"kill-port": "kill -9 $(lsof -i:8888 |grep 'node'|aw '{print $2}') ",
@@ -50,6 +51,7 @@
5051
"babel-preset-react": "^6.24.1",
5152
"easywebpack-cli": "^3.8.0",
5253
"easywebpack-react": "^4.0.0",
54+
"egg-bin": "^4.5.0",
5355
"egg-webpack": "^4.0.1",
5456
"egg-webpack-react": "^2.0.2",
5557
"eslint-config-egg": "^5.1.1",

0 commit comments

Comments
 (0)