chore: update dev stuff

This commit is contained in:
Aarnav Tale
2026-06-22 16:40:21 -04:00
parent 0439175e73
commit 476a0419f1
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ pre-commit:
commands: commands:
lint: lint:
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}" glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
run: pnpm lint --fix {staged_files} run: pnpm lint --fix --no-error-on-unmatched-pattern {staged_files}
stage_fixed: true stage_fixed: true
format: format:
glob: "*" glob: "*"
+3 -1
View File
@@ -7,7 +7,9 @@
"scripts": { "scripts": {
"preinstall": "npx only-allow pnpm", "preinstall": "npx only-allow pnpm",
"build": "react-router build", "build": "react-router build",
"dev": "HEADPLANE_CONFIG_PATH=./config.example.yaml react-router dev | pino-pretty -c", "dev:app": "HEADPLANE_CONFIG_PATH=./config.example.yaml react-router dev | pino-pretty -c",
"dev:docker": "docker compose up",
"dev": "pnpm run --stream /^dev:/",
"start": "node build/server/index.js", "start": "node build/server/index.js",
"typecheck": "react-router typegen && tsc", "typecheck": "react-router typegen && tsc",
"test:unit": "vitest run --project unit", "test:unit": "vitest run --project unit",