From ce34d2c5b532b120cfab0500f8f3034a325a998f Mon Sep 17 00:00:00 2001
From: Nik <2661899+CodeSchwert@users.noreply.github.com>
Date: Mon, 5 Aug 2024 17:39:18 +1200
Subject: [PATCH] fix: minify game bridge artefacts (#2063)

---
 packages/game-bridge/package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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",