This repository has been archived by the owner on Dec 24, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
ce8304d
commit 56dd8c2
Showing
3 changed files
with
18 additions
and
12 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
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 |
---|---|---|
|
@@ -12,19 +12,19 @@ | |
"turbo": "pnpm dlx [email protected]", | ||
"build:turbo": "pnpm turbo build", | ||
"lint:next": "next lint", | ||
"lint:biome": "pnpm biome lint ./src", | ||
"biome:check": "pnpm biome lint", | ||
"biome:apply": "pnpm biome:check --write", | ||
"analyze": "cross-env ANALYZE=true pnpm build", | ||
"postbuild": "next-sitemap --config next-sitemap.config.js", | ||
"test": "vitest", | ||
"test:ui": "vitest --ui", | ||
"test:run": "vitest run", | ||
"test:coverage": "vitest --coverage", | ||
"start": "next start", | ||
"lint": "pnpm lint:next && pnpm lint:biome", | ||
"biome:apply": "pnpm biome check --write ./src next.config.js commitlint.*", | ||
"type-check": "tsc --noEmit", | ||
"lint": "pnpm lint:next && pnpm biome:check", | ||
"type:check": "tsc --noEmit", | ||
"knip": "knip", | ||
"check:turbo": "pnpm turbo lint type-check", | ||
"check:turbo": "pnpm turbo biome:check 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