mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
chore: update dev stuff
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ pre-commit:
|
||||
commands:
|
||||
lint:
|
||||
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
|
||||
format:
|
||||
glob: "*"
|
||||
|
||||
+3
-1
@@ -7,7 +7,9 @@
|
||||
"scripts": {
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"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",
|
||||
"typecheck": "react-router typegen && tsc",
|
||||
"test:unit": "vitest run --project unit",
|
||||
|
||||
Reference in New Issue
Block a user