Skip to content

Commit

Permalink
Update np script
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhosseindhv committed Mar 6, 2023
1 parent bc6f1cd commit 77b626a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"copy": "cp package.json README.md LICENSE.md dist",
"prerelease": "npm run build && npm run copy",
"postversion": "npm run copy",
"release:alpha": "np --tag alpha"
"release": "npm run prerelease && np --tag latest"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down Expand Up @@ -88,7 +88,7 @@
"iamhosseindhv"
],
"np": {
"branch": "alpha",
"branch": "master",
"yarn": false,
"contents": "./dist",
"message": "v%s",
Expand Down

0 comments on commit 77b626a

Please sign in to comment.