LlamaFinetuneGGUF commited on
Commit
3640fb8
·
unverified ·
2 Parent(s): 6a3a6c7 aa2990c

Merge pull request #506 from dustinwloring1988/doc-addition

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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