Skip to content

Commit

Permalink
fix: delete prepublish script (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jun 21, 2024
1 parent da5ac3f commit 5ab5b80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
],
"sideEffects": false,
"scripts": {
"build": "tsup src/index.ts src/experimental.ts --format cjs,esm --dts --sourcemap",
"prepublish": "cp ../../README.md ./README.md"
"build": "tsup src/index.ts src/experimental.ts --format cjs,esm --dts --sourcemap"
},
"dependencies": {
"@radix-ui/primitive": "^1.1.0",
Expand Down

0 comments on commit 5ab5b80

Please sign in to comment.