Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Dec 4, 2024
1 parent 36569c3 commit 19d0676
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 @@ -22,7 +22,7 @@
"test": "vitest run",
"test:ui": "vitest --ui --api 9527",
"test:cov": "vitest run --coverage",
"typecheck": "tsc",
"typecheck": "react-router typegen && tsc",
"validate": "pnpm run check && pnpm run typecheck && pnpm run test && pnpm run check:unused",
"check": "biome check .",
"check:fix": "biome check --fix .",
Expand Down Expand Up @@ -90,4 +90,4 @@
"pnpm": ">=9.14.2"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 19d0676

Please sign in to comment.