diff --git a/package.json b/package.json index 157b5ba3f..2c8932217 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "husky-checks": "./scripts/husky-checks.sh", "prepare": "husky install", "prepublishOnly": "./scripts/check-obfuscation.sh", - "build-all-packages": "turbo run build" + "build-all-packages": "turbo run build --concurrency=1" }, "dependencies": { "@endo/static-module-record": "^1.0.4" diff --git a/scripts/check-obfuscation.sh b/scripts/check-obfuscation.sh index 4551e9f42..a6e94a145 100755 --- a/scripts/check-obfuscation.sh +++ b/scripts/check-obfuscation.sh @@ -1,7 +1,7 @@ #!/bin/bash # List of folders to skip -skip_folders=("vite-template" "nft" "explorer" "wallet" "chat" "website") +skip_folders=("vite-template" "nft" "explorer" "wallet" "chat" "website" "chess-app") # Check if the obfuscation was successful on all dist folders msg="Checking obfuscation ..."