Skip to content

Commit

Permalink
chore: add pnpm format command
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jun 24, 2024
1 parent df192cb commit 4beb4ed
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 @@ -12,6 +12,7 @@
"dev": "tsup --clean --watch --sourcemap",
"build": "tsup --clean",
"lint": "tsc && prettier -c -u src docs *.ts *.json",
"format": "prettier --write -u src docs *.ts *.json",
"test": "vitest run --coverage",
"docs:install": "pnpm add next@12.3.4 chiller@1.0.0-rc.30 -D",
"docs:build": "chiller build --ci"
Expand Down

0 comments on commit 4beb4ed

Please sign in to comment.