From 17af22bb6df42e1f42809261db3eda45fb2ffe3f Mon Sep 17 00:00:00 2001 From: "Mohamed Bassem (aider)" Date: Tue, 31 Dec 2024 12:27:09 +0000 Subject: chore: add format:fix and lint:fix scripts to all packages --- apps/landing/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/landing') diff --git a/apps/landing/package.json b/apps/landing/package.json index ca5c7a98..c010f966 100644 --- a/apps/landing/package.json +++ b/apps/landing/package.json @@ -11,7 +11,9 @@ "start": "next start", "lint": "next lint", "typecheck": "tsc --noEmit", - "format": "prettier --check . --ignore-path ../../.gitignore" + "format": "prettier --check . --ignore-path ../../.gitignore", + "format:fix": "prettier --write . --ignore-path ../../.gitignore", + "lint:fix": "next lint --fix" }, "dependencies": { "@radix-ui/react-slot": "^1.0.2", -- cgit v1.2.3-70-g09d2