Skip to content

Commit

Permalink
build: exec clean-pkg-json in prepack hook
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiboss committed Jun 21, 2024
1 parent 16c9d5a commit 43cba45
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"build": "tsup",
"lint": "biome check && oxlint && pnpm run typecheck",
"lint:fix": "biome check --fix --unsafe && oxlint --fix",
"prepack": "clean-pkg-json",
"release": "bumpp --no-push",
"test": "vitest",
"test:ci": "pnpm run lint && vitest",
Expand Down Expand Up @@ -87,6 +88,7 @@
"@types/react-dom": "^18.3.0",
"@types/web-bluetooth": "^0.0.20",
"bumpp": "^9.4.1",
"clean-pkg-json": "^1.2.0",
"esno": "^4.7.0",
"jsdom": "^24.1.0",
"oxlint": "^0.4.4",
Expand Down
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 43cba45

Please sign in to comment.