Skip to content

Commit

Permalink
Pin next releases to exact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Apr 19, 2023
1 parent 30a3a45 commit 6f7532d
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 @@ -26,7 +26,7 @@
"website:serve": "http-server -p 5001 ./website/dist",
"release:check": "yarn build:clear && yarn build && yarn src && yarn lint && yarn dist && yarn test:unit",
"release": "yarn release:check && yarn lerna publish -m \"[skip ci] %s\"",
"release:next": "yarn release:check && yarn lerna publish --dist-tag=next -m \"[skip ci] %s\""
"release:next": "yarn release:check && yarn lerna publish --dist-tag=next --exact -m \"[skip ci] %s\""
},
"devDependencies": {
"@react-mock/state": "^0.1.8",
Expand Down

0 comments on commit 6f7532d

Please sign in to comment.