use yarn lerna to publish

This commit is contained in:
Michael Shaw 2023-02-15 16:56:53 -05:00
parent 49c4c1f049
commit b05b550c43
2 changed files with 8 additions and 2 deletions

View File

@ -35,6 +35,7 @@ jobs:
- name: Authenticate to git.vdb.to registry
run: |
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.GITEA_PUBLISH_TOKEN }}"
- name: lerna publish
- name: yarn lerna publish
run: |
lerna publish from-package --no-git-tag-version --yes
yarn lerna publish from-package --no-git-tag-version --yes

5
lerna.json Normal file
View File

@ -0,0 +1,5 @@
{
"version": "2.9.0",
"useWorkspaces": true,
"npmClient": "yarn"
}