We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c59f6c commit 8955fc9Copy full SHA for 8955fc9
1 file changed
package.json
@@ -35,7 +35,7 @@
35
"swagger2openapi": "^5.4.0"
36
},
37
"scripts": {
38
- "build": "NODE_ENV='production' webpack",
+ "build": "cross-env NODE_ENV='production' webpack",
39
"serve": "webpack-dev-server --mode=development",
40
"serve-everyone": "webpack-dev-server --mode=development --host 0.0.0.0",
41
"lint": "./node_modules/eslint/bin/eslint.js ./src/**/*.js",
@@ -47,6 +47,7 @@
47
"babel-loader": "^8.1.0",
48
"clean-webpack-plugin": "^3.0.0",
49
"compression-webpack-plugin": "^3.1.0",
50
+ "cross-env": "^7.0.2",
51
"css-loader": "^3.4.2",
52
"eslint": "^6.8.0",
53
"eslint-config-airbnb": "^18.1.0",
0 commit comments