Skip to content

Commit

Permalink
Updating package script
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhectorsosa committed Nov 20, 2023
1 parent 29f374c commit c7d3680
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"build": "tsup ./src --format cjs,esm --no-splitting --dts",
"dev": "pnpm run build --watch",
"prepare": "pnpm run lint && pnpm run build",
"lint": "tsc",
"pub:beta": "pnpm build && pnpm publish --no-git-checks --access public --tag beta",
"pub:next": "pnpm build && pnpm publish --no-git-checks --access public --tag next",
"pub:release": "pnpm build && pnpm publish --access public"
"lint": "tsc"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c7d3680

Please sign in to comment.