mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: add missing server flag boolean
This commit is contained in:
parent
e78d354d0d
commit
7400913646
@ -42,4 +42,4 @@ commit-msg:
|
||||
pre-commit:
|
||||
commands:
|
||||
lint-staged:
|
||||
run: "pnpm check && npx lint-staged"
|
||||
run: "pnpm lint-staged"
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user