Skip to content

Commit ad63161

Browse files
author
caoli
committed
fix: cross-env for windows
1 parent 400eb45 commit ad63161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build:test": "cross-env npm run tsc && easywebpack build test",
1111
"build:prod": "cross-env npm run tsc && easywebpack build prod",
1212
"dev": "npm run tsc:w & node index.js",
13-
"start": "NODE_ENV=production EGG_SERVER_ENV=prod node index.js",
13+
"start": "cross-env NODE_ENV=production EGG_SERVER_ENV=prod node index.js",
1414
"start:test": "cross-env EGG_SERVER_ENV=test node index.js",
1515
"start:prod": "cross-env EGG_SERVER_ENV=prod node index.js",
1616
"kill-port": "easy kill"

0 commit comments

Comments
 (0)