Skip to content

Commit

Permalink
chore: build on prepack
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Jan 5, 2023
1 parent 34715f3 commit e680fb9
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 @@ -46,7 +46,7 @@
"test": "pnpm build && tsx tests",
"dev": "tsx watch --conditions=development tests",
"type-check": "tsc --noEmit",
"prepack": "clean-pkg-json"
"prepack": "pnpm build && clean-pkg-json"
},
"devDependencies": {
"@pvtnbr/eslint-config": "^0.33.0",
Expand Down

0 comments on commit e680fb9

Please sign in to comment.