Skip to content

Commit

Permalink
build(ui-primitives): remove unnecessary prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
mzogheib committed Jul 14, 2024
1 parent a1795fe commit 32025ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ui-primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"build": "tsc",
"prepare": "yarn build",
"postinstall": "yarn build",
"type-check": "tsc --noEmit",
"prepublishOnly": "yarn build"
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.3",
Expand Down

0 comments on commit 32025ef

Please sign in to comment.