Skip to content

Commit

Permalink
chore: release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Sep 3, 2021
1 parent cd2ebe7 commit 4c380a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"apps/**",
"tests/**"
],
"version": "independent",
"version": "1.0.0",
"npmClient": "yarn",
"useWorkspaces": true
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
],
"scripts": {
"ci": "yarn install && yarn build && yarn lint && yarn test",
"release:first-release": "lerna version --no-push",
"release:bump-release": "lerna version --conventional-commits --conventional-graduate --no-push",
"release:bump-prerelease": "lerna version --conventional-commits --conventional-prerelease --no-push",
"setup": "lerna bootstrap",
"reset": "node scripts/reset.js",
"build": "lerna run build --stream",
Expand Down

0 comments on commit 4c380a2

Please sign in to comment.