Integrated testing #21

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

View File

@ -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

View File

@ -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"

5286
yarn.lock

File diff suppressed because it is too large Load Diff