Skip to content

Commit

Permalink
Merge pull request #19 from Clifftech123/dev
Browse files Browse the repository at this point in the history
Refactor package.json: Remove redundant prepublishOnly script
  • Loading branch information
Clifftech123 authored Sep 26, 2024
2 parents b7c0ae5 + ff21179 commit f0adccf
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 @@ -37,7 +37,6 @@
"format": "prettier --write .",
"check-format": "prettier --check .",
"release": "npm run build && changeset publish --access public",
"prepublishOnly": "npm run ci",
"check-exports": "attw --pack .",
"lint": "tsc",
"test": "vitest run",
Expand Down

0 comments on commit f0adccf

Please sign in to comment.