fix: add missing server flag boolean

This commit is contained in:
Mauricio Siu 2024-11-28 23:19:27 -06:00
parent e78d354d0d
commit 7400913646
2 changed files with 1 additions and 2 deletions

View File

@ -42,4 +42,4 @@ commit-msg:
pre-commit:
commands:
lint-staged:
run: "pnpm check && npx lint-staged"
run: "pnpm lint-staged"

View File

@ -13,7 +13,6 @@
"server:build": "pnpm --filter=server run build",
"docker:build:canary": "./apps/dokploy/docker/build.sh canary",
"typecheck": "pnpm -r run typecheck",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"build": "pnpm -r run build",
"format-and-lint": "biome check .",
"check": "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true",