diff --git a/package.json b/package.json index bbeb8c4..093fe50 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "lint": "eslint .", "format": "prettier --check .", "format:fix": "prettier --write .", - "check": "bun run typecheck && bun run format && bun run lint && bun test", - "test": "bun test", + "check": "bun run typecheck && bun run format && bun run lint && bun run test", + "test": "bun test --isolate", "dev": "bun --watch src/index.ts", "start": "bun src/index.ts", "build": "bun run typecheck",