From f5e4cb0b64c962f63cf04bf8608bc08449f58b90 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Sun, 17 Mar 2024 14:22:31 +0100 Subject: [PATCH] fix: remove the `test` script to not confuse bun --- .github/workflows/review.yml | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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",