Skip to content

Commit 952c1de

Browse files
committed
feat: add semantic-release script
1 parent 56354a5 commit 952c1de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"test:watch": "jest --watch",
2020
"commit": "commit",
2121
"postinstall": "npm run bootstrap",
22-
"bootstrap": "lerna bootstrap --force-local"
22+
"bootstrap": "lerna bootstrap --force-local",
23+
"semantic-release": "lerna exec --concurrency 1 -- npx semantic-release -e semantic-release-monorepo"
2324
},
2425
"lint-staged": {
2526
"*.{ts,js,css,scss,json,md}": [

0 commit comments

Comments
 (0)