From aa2990c8117e7339d116e94e0451d48ce43164c4 Mon Sep 17 00:00:00 2001 From: Dustin Loring Date: Mon, 2 Dec 2024 09:40:14 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91eae02..9acf882 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,7 @@ pnpm run dev - `pnpm run typecheck`: Runs TypeScript type checking. - `pnpm run typegen`: Generates TypeScript types using Wrangler. - `pnpm run deploy`: Builds the project and deploys it to Cloudflare Pages. +- `pnpm run lint:fix`: Runs the linter and automatically fixes issues according to your ESLint configuration. ## Development