Integrated testing #21
5
.github/workflows/manual_npm_publish.yml
vendored
5
.github/workflows/manual_npm_publish.yml
vendored
@ -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
5
lerna.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"version": "2.9.0",
|
||||||
|
"useWorkspaces": true,
|
||||||
|
"npmClient": "yarn"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user