Skip to content

Commit

Permalink
🛠️  fix lerna version/publish not updating root package-lock vers…
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjy committed Oct 28, 2021
1 parent 18c1a72 commit d569d6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -15,7 +15,8 @@
"prerelease-canary": "npm run clean && npm run build",
"release-canary": "lerna publish --conventional-prerelease --preid canary --allow-branch canary --dist-tag canary --create-release github",
"release": "lerna publish --conventional-graduate --create-release github && npx merge-main-to-canary",
"publish-releases": "lerna publish from-package"
"publish-releases": "lerna publish from-package",
"version": "npm install --package-lock-only && git add package-lock.json"
},
"devDependencies": {
"@andyjy/monorepo-utils": "file:packages/_monorepo-utils",
Expand Down

0 comments on commit d569d6e

Please sign in to comment.