Skip to content

Commit

Permalink
fix: npm script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikram Kalta authored and Vikram Kalta committed Oct 14, 2024
1 parent db668e7 commit b227bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build:es5": "BABEL_ENV=es5 babel lib -d dist/es5",
"build:es-modules": "BABEL_ENV=es-modules babel lib -d dist/es-modules",
"buildall": "npm run buildnode && npm run buildweb && npm run buildreactnative && npm run buildnativescript",
"buildnode": "webpack --config webpack/webpack.node.js --mode development",
"buildnode": "webpack --config webpack/webpack.node.js --mode production",
"buildreactnative": "webpack --config webpack/webpack.react-native.js --mode production",
"buildnativescript": "webpack --config webpack/webpack.nativescript.js --mode production",
"buildweb": "webpack --config webpack/webpack.web.js --mode production",
Expand Down

0 comments on commit b227bca

Please sign in to comment.