Skip to content

Commit

Permalink
fix: Issue of npmmm public running multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik committed Dec 1, 2022
1 parent b608065 commit 8c13c6e
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 @@ -24,8 +24,7 @@
"start": "npm run build:watch",
"prebuild": "rimraf dist",
"build": "rollup -c",
"build:watch": "rollup -c -w",
"publish": "npm publish"
"build:watch": "rollup -c -w"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 8c13c6e

Please sign in to comment.