chore: fix publish.yml

This commit is contained in:
Antonella Sgarlatta
2026-02-06 16:07:06 -03:00
parent fa84b77a52
commit f1731843d9
2 changed files with 6 additions and 1 deletions

View File

@@ -31,7 +31,7 @@
"e2e:test": "yarn dlx mocha-headless-chrome --timeout 3600000 -f http://localhost:9001/mocha/test.html",
"reset": "find . -type dir -name node_modules | xargs rm -rf && rm -rf yarn.lock && yarn install",
"release:prod": "lerna version --conventional-commits --yes -m \"chore(release): publish\"",
"publish:prod": "lerna publish from-git --yes --no-verify-access --loglevel verbose",
"publish:prod": "lerna publish from-git --yes --loglevel verbose --registry https://registry.npmjs.org",
"version": "yarn install --no-immutable && git add yarn.lock && yarn changelog:json",
"changelog:json": "node scripts/ChangelogToJson.js && git add .",
"postversion": "./scripts/push-tags-one-by-one.sh",