Skip to content

Commit 9696020

Browse files
author
Renato Pozzi
committed
fix: dev publish script
1 parent 43dd442 commit 9696020

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/react-plock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lib:bump": "changelogen --bump",
2424
"lib:bump:dev": "changelogen --bump --prerelease dev",
2525
"lib:publish": "changelogen --publish",
26-
"lib:publish:dev": "changelogen --publish --publishTag dev",
26+
"lib:publish:dev": "npm publish react-plock --tag dev",
2727
"lib:release": "changelogen --release",
2828
"build": "tsup index.ts --dts --minify"
2929
},

0 commit comments

Comments
 (0)