diff --git a/packages/game-bridge/package.json b/packages/game-bridge/package.json index cc97d93e7f..cf31c2a160 100644 --- a/packages/game-bridge/package.json +++ b/packages/game-bridge/package.json @@ -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",