Skip to content

Commit

Permalink
build(front): remove --write option for biome check
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Dec 12, 2024
1 parent a1d762e commit bdfbe12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview",
"format": "pnpm biome format --write ./",
"lint": "pnpm biome lint --write ./",
"check": "pnpm biome check --write ./",
"check": "pnpm biome check ./",
"gen-api": "orval --config ./orval.config.ts"
},
"dependencies": {
Expand Down

0 comments on commit bdfbe12

Please sign in to comment.