Skip to content

Commit a90a542

Browse files
committed
Fixed cross-platform bug in "build" Yarn command.
1 parent 3ea328c commit a90a542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"swagger2openapi": "^5.4.0"
3636
},
3737
"scripts": {
38-
"build": "NODE_ENV=production webpack",
38+
"build": "NODE_ENV='production' webpack",
3939
"serve": "webpack-dev-server --mode=development",
4040
"serve-everyone": "webpack-dev-server --mode=development --host 0.0.0.0",
4141
"lint": "./node_modules/eslint/bin/eslint.js ./src/**/*.js",

0 commit comments

Comments
 (0)