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 8bd6ab6 commit c938c1b
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 [email protected] [email protected] -D",
"docs:build": "chiller build --ci"
Expand Down

0 comments on commit c938c1b

Please sign in to comment.