Skip to content

Commit

Permalink
fix: remove the test script to not confuse bun
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Mar 17, 2024
1 parent 7638f90 commit f5e4cb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f5e4cb0

Please sign in to comment.