Merge pull request #506 from dustinwloring1988/doc-addition
Browse files
README.md
CHANGED
@@ -208,6 +208,7 @@ pnpm run dev
|
|
208 |
- `pnpm run typecheck`: Runs TypeScript type checking.
|
209 |
- `pnpm run typegen`: Generates TypeScript types using Wrangler.
|
210 |
- `pnpm run deploy`: Builds the project and deploys it to Cloudflare Pages.
|
|
|
211 |
|
212 |
## Development
|
213 |
|
|
|
208 |
- `pnpm run typecheck`: Runs TypeScript type checking.
|
209 |
- `pnpm run typegen`: Generates TypeScript types using Wrangler.
|
210 |
- `pnpm run deploy`: Builds the project and deploys it to Cloudflare Pages.
|
211 |
+
- `pnpm run lint:fix`: Runs the linter and automatically fixes issues according to your ESLint configuration.
|
212 |
|
213 |
## Development
|
214 |
|