Skip to content

Commit

Permalink
feat: script add in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
theritikchoure committed Oct 11, 2023
1 parent 82f8d19 commit 6867b61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"test:watch": "react-scripts test --env=jsdom",
"predeploy": "cd example && npm install && npm run build",
"deploy": "gh-pages -d example/build",
"prepublish": "yarn run build"
"prepublish": "yarn run build",
"npm-publish": "npm run build && npm version patch && npm publish"
},
"peerDependencies": {
"react": "^18.2.0"
Expand Down

0 comments on commit 6867b61

Please sign in to comment.