Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ozelot379 committed Oct 30, 2019
1 parent c6fe90c commit bc85850
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 @@ -56,7 +56,7 @@
"ConvertMinecraftJavaTextureToBedrock": "dist/cli.js"
},
"scripts": {
"build": "yarn build --config ./webpack.config.cli.js && yarn build --config ./webpack.config.webapp.js",
"build": "webpack --config ./webpack.config.cli.js && webpack --config ./webpack.config.webapp.js",
"cli": "node ./dist/cli.js",
"debug:cli": "webpack --mode=development --config ./webpack.config.cli.js && yarn cli",
"debug:webapp": "webpack-dev-server --config ./webpack.config.webapp.js",
Expand Down

0 comments on commit bc85850

Please sign in to comment.