Skip to content

Commit

Permalink
Merge 2018af5 into 073eedd
Browse files Browse the repository at this point in the history
  • Loading branch information
christophka committed May 29, 2022
2 parents 073eedd + 2018af5 commit 305d70a
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 305d70a

Please sign in to comment.