diff --git a/package.json b/package.json index 3e7ac7a..a1b5b08 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,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": "0.1.1",