diff options
| author | Fuwn <[email protected]> | 2026-03-01 18:01:24 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-01 18:02:17 -0800 |
| commit | b289624b2253da6e5eb472be4a59e8af7aad3db9 (patch) | |
| tree | 9365b3acf28c9cd4fd7d6fe7e4fc787cf1f45498 /package.json | |
| parent | ci(trigger): rerun deploy workflow when workflow file changes (diff) | |
| download | due.moe-b289624b2253da6e5eb472be4a59e8af7aad3db9.tar.xz due.moe-b289624b2253da6e5eb472be4a59e8af7aad3db9.zip | |
chore(dx): add CI-equivalent local check command
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index bc2c368b..cb9a1faa 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "test:unit": "vitest run", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", + "check:ci": "pnpm exec sveltekit-graphql generate && pnpm run format:check && pnpm run check && pnpm run lint", "lint": "biome lint .", "format": "biome format --write .", "format:check": "biome check --linter-enabled=false --assist-enabled=false ." |