Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-is-winning authored Oct 30, 2024
1 parent b208e86 commit 921a338
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 @@ -5,7 +5,7 @@
"scripts": {
"devclient": "webpack serve --host=0.0.0.0",
"editor": "phasereditor2d-launcher -project . -max-number-files 100000 -public",
"build": "webpack --mode production --env obfuscate=true",
"build": "webpack --mode production --env obfuscate=false",
"build-dev": "webpack --mode development",
"build-crumbs": "node ./utils/build-crumbs.js",
"format": "npx prettier --write ./src/ && npx prettier --write ./utils/",
Expand Down

0 comments on commit 921a338

Please sign in to comment.