Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mathysth committed Mar 16, 2024
1 parent b776da5 commit 417a6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 417a6c9

Please sign in to comment.