This repository was archived by the owner on Dec 24, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b78cb4
commit d5378dc
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters