Integrated testing #21
5
.github/workflows/manual_npm_publish.yml
vendored
5
.github/workflows/manual_npm_publish.yml
vendored
@ -35,7 +35,6 @@ 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: yarn lerna publish
|
||||
run: |
|
||||
yarn lerna publish from-package --no-git-tag-version --yes
|
||||
- name: npm publish
|
||||
run: npm publish
|
||||
|
||||
|
@ -1,17 +1,10 @@
|
||||
{
|
||||
"name": "@cerc-io/laconic-registry-cli",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:cerc-io/laconic-registry-cli.git",
|
||||
"author": "",
|
||||
"license": "UNLICENSED",
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"src/*"
|
||||
]
|
||||
},
|
||||
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
@ -24,7 +17,6 @@
|
||||
"fs-extra": "^10.1.0",
|
||||
"@cerc-io/laconic-sdk": "0.1.6",
|
||||
"js-yaml": "^3.14.1",
|
||||
"lerna": "^3.19.0",
|
||||
"lodash": "^4.17.21",
|
||||
"lodash-clean": "^2.2.3",
|
||||
"yargs": "^17.4.1"
|
||||
|
Loading…
Reference in New Issue
Block a user