Skip to content

Commit

Permalink
fix: dev publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato Pozzi committed Feb 12, 2024
1 parent 43dd442 commit 9696020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/react-plock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lib:bump": "changelogen --bump",
"lib:bump:dev": "changelogen --bump --prerelease dev",
"lib:publish": "changelogen --publish",
"lib:publish:dev": "changelogen --publish --publishTag dev",
"lib:publish:dev": "npm publish react-plock --tag dev",
"lib:release": "changelogen --release",
"build": "tsup index.ts --dts --minify"
},
Expand Down

0 comments on commit 9696020

Please sign in to comment.