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 400eb45 commit ad63161Copy full SHA for ad63161
package.json
@@ -10,7 +10,7 @@
10
"build:test": "cross-env npm run tsc && easywebpack build test",
11
"build:prod": "cross-env npm run tsc && easywebpack build prod",
12
"dev": "npm run tsc:w & node index.js",
13
- "start": "NODE_ENV=production EGG_SERVER_ENV=prod node index.js",
+ "start": "cross-env NODE_ENV=production EGG_SERVER_ENV=prod node index.js",
14
"start:test": "cross-env EGG_SERVER_ENV=test node index.js",
15
"start:prod": "cross-env EGG_SERVER_ENV=prod node index.js",
16
"kill-port": "easy kill"
0 commit comments