diff --git a/package.json b/package.json index 3205b2c..703a93d 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "cosmosjs", "private": true, "scripts": { - "test": "turbo run test", - "build": "turbo run build", + "test": "bunx turbo run test", + "build": "bunx turbo run build", "lint": "bunx biome check ./packages", "lint:safe": "bunx biome check --apply ./packages", "lint:unsafe": "bunx biome check --apply-unsafe ./packages"