diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index a26a957..2d9a0b2 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -28,7 +28,7 @@ jobs: run: bun run typecheck - name: 🧪 Test core - run: bun run test + run: bun test - name: 👷 Build core run: bun run build diff --git a/package.json b/package.json index 65a2d93..1dff818 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,6 @@ "build": "expo-module build", "clean": "expo-module clean", "lint": "eslint . --ext js,ts,tsx", - "test": "bun --test", "typecheck": "expo-module typecheck" }, "license": "MIT",