Skip to content

Commit

Permalink
chore: add prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jun 24, 2024
1 parent 89161f7 commit c9606e1
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 @@ -16,7 +16,8 @@
"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"
"docs:build": "chiller build --ci",
"prepublishOnly": "pnpm build"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.2.2",
Expand Down

0 comments on commit c9606e1

Please sign in to comment.