Skip to content

Commit

Permalink
misc: add lerna publish cmnd
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Jun 7, 2019
1 parent 16079a1 commit 5c8c6a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -47,7 +47,8 @@
"test:ci": "nyc jest --maxWorkers=$(nproc) --reporters=default --reporters=jest-junit",
"travis:integration": "npm run build && npm run test && npm run reportCoverage",
"travis:lint": "npm run build && npm run lint",
"watch": "npm run build && tsc -w"
"watch": "npm run build && tsc -w",
"publish:monorepo": "lerna publish -m \"chore: monorepo version update\""
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 5c8c6a1

Please sign in to comment.