Skip to content

Commit

Permalink
trying npx lerna...
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jul 12, 2020
1 parent 989d0f3 commit 2253a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"main": "index.js",
"scripts": {
"pre-publish": "dev-utils prepublish",
"lerna-version": "lerna version --no-push",
"lerna-publish": "lerna publish from-git",
"lerna-version": "npx lerna version --no-push",
"lerna-publish": "npx lerna publish from-git",
"publish-complete": "git push --follow-tags --no-verify origin master",
"release": "npm-run-all pre-publish lerna-version lerna-publish publish-complete",
"dev-utils": "dev-utils",
Expand Down

0 comments on commit 2253a3a

Please sign in to comment.