Skip to content

Commit 5c8c6a1

Browse files
committed
misc: add lerna publish cmnd
1 parent 16079a1 commit 5c8c6a1

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
@@ -47,7 +47,8 @@
4747
"test:ci": "nyc jest --maxWorkers=$(nproc) --reporters=default --reporters=jest-junit",
4848
"travis:integration": "npm run build && npm run test && npm run reportCoverage",
4949
"travis:lint": "npm run build && npm run lint",
50-
"watch": "npm run build && tsc -w"
50+
"watch": "npm run build && tsc -w",
51+
"publish:monorepo": "lerna publish -m \"chore: monorepo version update\""
5152
},
5253
"husky": {
5354
"hooks": {

0 commit comments

Comments
 (0)