Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov committed Jan 9, 2024
1 parent 51c4977 commit c8593e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"lint": "npx @biomejs/biome check --apply src",
"lint": "npx @biomejs/biome check src",
"lint:fix": "npx @biomejs/biome check --apply src",
"test": "vitest"
},
"devDependencies": {
Expand Down

0 comments on commit c8593e4

Please sign in to comment.