Skip to content

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 7954381 commit c7c5eb2
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 +1 @@
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 @@ -6,7 +6,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"turbo": "pnpm dlx [email protected].1",
"turbo": "pnpm dlx [email protected].9",
"build:turbo": "pnpm turbo run build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
Expand Down

0 comments on commit c7c5eb2

Please sign in to comment.