Skip to content

Commit

Permalink
Remove prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
barvian committed Oct 23, 2024
1 parent c1b14b5 commit 04f9b2c
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 @@ -50,8 +50,7 @@
"scripts": {
"build": "tsup --tsconfig tsconfig.build.json",
"dev": "tsup --watch",
"test": "pnpm -r --workspace-concurrency 1 --filter=\"./test/apps/*\" test",
"prepublishOnly": "pnpm test"
"test": "pnpm -r --workspace-concurrency 1 --filter=\"./test/apps/*\" test"
},
"dependencies": {
"number-flow": "workspace:*"
Expand Down

0 comments on commit 04f9b2c

Please sign in to comment.