Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
chore: lock turbo to v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinusnathaniel committed Jul 24, 2024
1 parent 4942dde commit 434e077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm check:turbo --output-logs=hash-only
pnpm check:turbo
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"postinstall": "prisma generate",
"dev": "next dev",
"build": "next build",
"turbo": "pnpm dlx [email protected].4",
"turbo": "pnpm dlx [email protected].9",
"build:turbo": "pnpm turbo build",
"lint:next": "next lint",
"lint:biome": "pnpm biome lint ./src",
Expand Down

0 comments on commit 434e077

Please sign in to comment.