Skip to content

Commit

Permalink
chore: update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
binodnepali committed Jul 28, 2023
1 parent 539255c commit b71eeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"release:ci:patch": "standard-version --release-as patch --dry-run",
"build:link": "pnpm build && echo '{\"name\": \"react-nepali-datetime-picker\",\"version\":\"1.0.0\"}' > dist/package.json",
"npm:prepublish": "pnpm lint && pnpm test:unit && pnpm build",
"npm:publish": "pnpm npm:prepublish && npm publish --access public"
"npm:publish": "pnpm npm:prepublish && pnpm prerelease:alpha && npm publish --access public"
},
"dependencies": {
"dayjs": "^1.11.9",
Expand Down

0 comments on commit b71eeb2

Please sign in to comment.