Skip to content

Commit

Permalink
feat: adds publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
msimmer committed Sep 21, 2022
1 parent dbeae19 commit d3b07ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"postpublish": "node scripts/run-ci.js",
"publish:canary": "lerna publish --canary",
"publish:latest": "lerna publish",
"publish:lts-2": "[[ $(git rev-parse --abbrev-ref HEAD) != lts-2 ]] && echo \"ERR: Publishing lts-2 can only be done on the lts-2 branch\" && exit 1 || npm run lerna publish -- --dist-tag lts-2",
"outdated": "npm outdated || true && lerna exec --no-bail -- npm outdated",
"deps:update": "lernaupdate",
"deps:dedupe": "lernaupdate --dedupe",
Expand Down

0 comments on commit d3b07ae

Please sign in to comment.