Skip to content

Commit

Permalink
build: set next as release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
christophka committed May 29, 2022
1 parent 65e099c commit 2018af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"ci:release:pre": "yarn release:pre --yes",
"lint": "eslint .",
"release": "lerna publish --conventional-graduate",
"release:pre": "lerna publish --conventional-prerelease",
"release:pre": "lerna publish --conventional-prerelease --preid next --pre-dist-tag next",
"test": "lerna run test --parallel",
"test:coverage": "jest --coverage",
"prepare": "husky install"
Expand Down

0 comments on commit 2018af5

Please sign in to comment.