Skip to content

Commit

Permalink
Remove copy paste pnpm command
Browse files Browse the repository at this point in the history
  • Loading branch information
smrtrfszm committed Oct 29, 2024
1 parent c6e77fb commit 018c05b
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 @@ -4,7 +4,7 @@
"dev": "vinxi dev",
"build": "vinxi build",
"start": "node ./.output/server/index.mjs",
"format": "biome format --write . && pnpm biome check --formatter-enabled=false --linter-enabled=false --organize-imports-enabled=true --write .",
"format": "biome format --write . && biome check --formatter-enabled=false --linter-enabled=false --organize-imports-enabled=true --write .",
"lint": "eslint ."
},
"type": "module",
Expand Down

0 comments on commit 018c05b

Please sign in to comment.