Skip to content

Commit b227bca

Browse files
Vikram KaltaVikram Kalta
authored andcommitted
fix: npm script fix
1 parent db668e7 commit b227bca

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
@@ -25,7 +25,7 @@
2525
"build:es5": "BABEL_ENV=es5 babel lib -d dist/es5",
2626
"build:es-modules": "BABEL_ENV=es-modules babel lib -d dist/es-modules",
2727
"buildall": "npm run buildnode && npm run buildweb && npm run buildreactnative && npm run buildnativescript",
28-
"buildnode": "webpack --config webpack/webpack.node.js --mode development",
28+
"buildnode": "webpack --config webpack/webpack.node.js --mode production",
2929
"buildreactnative": "webpack --config webpack/webpack.react-native.js --mode production",
3030
"buildnativescript": "webpack --config webpack/webpack.nativescript.js --mode production",
3131
"buildweb": "webpack --config webpack/webpack.web.js --mode production",

0 commit comments

Comments
 (0)