aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index f45bf23f..9c54a0c3 100644
--- a/package.json
+++ b/package.json
@@ -10,10 +10,14 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:local": "bash scripts/check-with-fallback-env.sh",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
+ "check:changed": "biome check --changed .",
"check:ci": "pnpm exec sveltekit-graphql generate && pnpm run format:check && pnpm run check:local && pnpm run lint",
"lint": "biome lint .",
+ "lint:changed": "biome lint --changed .",
"format": "biome format --write .",
- "format:check": "biome check --linter-enabled=false --assist-enabled=false ."
+ "format:changed": "biome format --write --changed .",
+ "format:check": "biome check --linter-enabled=false --assist-enabled=false .",
+ "format:check:changed": "biome check --changed --linter-enabled=false --assist-enabled=false ."
},
"trigger.dev": {
"endpointId": "proj_jpvyydwtsyyknzufswcs"