Skip to content

Commit

Permalink
fixed format script
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Berekchiyan committed Apr 13, 2024
1 parent e32fa13 commit 7a05591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "vite build",
"preview": "vite preview",
"lint": "npx @biomejs/biome lint ./src ./demo",
"format": "npx @biomejs/biome format --write ./src ./demo && npx @biomejs/biome check --apply ./src ./demo",
"format": "npx @biomejs/biome check --apply ./src ./demo",
"check-size": "size-limit",
"test": "vitest",
"test:coverage": "vitest run --coverage",
Expand Down

0 comments on commit 7a05591

Please sign in to comment.