We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea328c commit a90a542Copy full SHA for a90a542
1 file changed
package.json
@@ -35,7 +35,7 @@
35
"swagger2openapi": "^5.4.0"
36
},
37
"scripts": {
38
- "build": "NODE_ENV=production webpack",
+ "build": "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",
0 commit comments