Skip to content

Commit

Permalink
feat: add semantic-release script
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianiy committed Sep 28, 2021
1 parent 56354a5 commit 952c1de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"test:watch": "jest --watch",
"commit": "commit",
"postinstall": "npm run bootstrap",
"bootstrap": "lerna bootstrap --force-local"
"bootstrap": "lerna bootstrap --force-local",
"semantic-release": "lerna exec --concurrency 1 -- npx semantic-release -e semantic-release-monorepo"
},
"lint-staged": {
"*.{ts,js,css,scss,json,md}": [
Expand Down

0 comments on commit 952c1de

Please sign in to comment.