diff options
Diffstat (limited to 'apps/landing/package.json')
| -rw-r--r-- | apps/landing/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
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", |
