fix(api-server): npm run build on windows (#45120)
This commit is contained in:
@ -20,7 +20,7 @@
|
|||||||
"main": "none",
|
"main": "none",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"babel-dev-server": "babel-node --inspect=0.0.0.0 ./src/server/index.js",
|
"babel-dev-server": "babel-node --inspect=0.0.0.0 ./src/server/index.js",
|
||||||
"build": "babel src --out-dir lib --ignore 'node_modules /**/*','/**/*.test.js' --copy-files --no-copy-ignored",
|
"build": "babel src --out-dir lib --ignore '/**/*.test.js' --copy-files --no-copy-ignored",
|
||||||
"develop": "cross-env DEBUG=fcc* node src/development-start.js",
|
"develop": "cross-env DEBUG=fcc* node src/development-start.js",
|
||||||
"start": "cross-env DEBUG=fcc* node lib/production-start.js"
|
"start": "cross-env DEBUG=fcc* node lib/production-start.js"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user