From 7400913646a3c3a987d4cf5eb64e0c3f284ae4c7 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Thu, 28 Nov 2024 23:19:27 -0600 Subject: [PATCH] fix: add missing server flag boolean --- lefthook.yml | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lefthook.yml b/lefthook.yml index bbc2d71a..508f4287 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -42,4 +42,4 @@ commit-msg: pre-commit: commands: lint-staged: - run: "pnpm check && npx lint-staged" + run: "pnpm lint-staged" diff --git a/package.json b/package.json index 53ef55d0..4c3282c8 100644 --- a/package.json +++ b/package.json @@ -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",