Integrated testing #21

Merged
ABastionOfSanity merged 6 commits from integrated_testing into main 2023-03-17 18:21:50 +00:00
2 changed files with 8 additions and 2 deletions
Showing only changes of commit b05b550c43 - Show all commits

View File

@ -35,6 +35,7 @@ jobs:
- name: Authenticate to git.vdb.to registry - name: Authenticate to git.vdb.to registry
run: | run: |
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.GITEA_PUBLISH_TOKEN }}" npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.GITEA_PUBLISH_TOKEN }}"
- name: lerna publish - name: yarn lerna publish
run: | 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"
}