Skip to content

Commit

Permalink
Add biome-apply
Browse files Browse the repository at this point in the history
  • Loading branch information
enkoder committed Mar 5, 2024
1 parent c8677d4 commit 60df191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"lint": "pnpm --stream -r lint && pnpm biome",
"test": "pnpm -r build && pnpm -r test && pnpm lint",
"biome": "pnpm exec biome check --no-errors-on-unmatched --files-ignore-unknown=true .",
"biome-apply": "pnpm exec biome lint . --apply-unsafe",
"build": "pnpm --stream -r run build",
"start": "pnpm exec pm2 start && pnpm exec pm2 logs",
"stop": "pnpm exec pm2 stop all",
Expand Down

0 comments on commit 60df191

Please sign in to comment.