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

Commit

Permalink
chore: update turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinusnathaniel committed Jun 19, 2024
1 parent 7b78cb4 commit d5378dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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
pnpm check:turbo --output-logs=hash-only
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"postinstall": "prisma generate",
"dev": "next dev",
"build": "next build",
"build:turbo": "npx turbo build",
"turbo": "pnpm dlx [email protected]",
"build:turbo": "pnpm turbo build",
"lint:next": "next lint",
"lint:biome": "pnpm biome lint ./src",
"analyze": "cross-env ANALYZE=true pnpm build",
Expand All @@ -23,7 +24,7 @@
"biome:apply": "pnpm biome check --apply ./src next.config.js commitlint.*",
"type-check": "tsc --noEmit",
"knip": "knip",
"check:turbo": "pnpm dlx turbo@latest lint type-check",
"check:turbo": "pnpm turbo lint type-check",
"up-interactive": "pnpm up -i",
"up-latest": "pnpm up-interactive -L",
"release": "cross-env HUSKY=0 standard-version",
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"tasks": {
"build": {
"outputs": [".next/**", "!.next/cache/**", "public/**"],
"env": [
Expand Down

0 comments on commit d5378dc

Please sign in to comment.