Skip to content

Commit

Permalink
fix: minify game bridge artefacts (#2063)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert authored Aug 5, 2024
1 parent 009ab34 commit ce34d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/game-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"parcel": "^2.8.3"
},
"scripts": {
"build": "parcel build --no-cache --no-scope-hoist --no-optimize",
"build:local": "parcel build --no-cache --no-scope-hoist --no-optimize && yarn updateSdkVersion",
"build": "parcel build --no-cache --no-scope-hoist",
"build:local": "parcel build --no-cache --no-scope-hoist && yarn updateSdkVersion",
"d": "swc src -d dist --strip-leading-paths --ignore '**/*.test.*'",
"lint": "eslint ./src --ext .ts,.jsx,.tsx --max-warnings=0",
"start": "parcel",
Expand Down

0 comments on commit ce34d2c

Please sign in to comment.