Skip to content

Commit

Permalink
avoid running quality checks twice before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Mar 27, 2024
1 parent 23e813c commit c3c937a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"lint-fix": "pnpm format-pkg && pnpm lint-biome-fix",
"pre-versioning": "pnpm type-check && pnpm lint && pnpm build && pnpm publint && pnpm test:ci",
"prepare": "pnpm format-pkg",
"prepublishOnly": "pnpm quality-checks",
"pretty": "pnpm run format",
"preview": "pnpm build && http-server ./examples/react/dist",
"publint": "lerna run publint-check",
Expand Down

0 comments on commit c3c937a

Please sign in to comment.