trying basic npm publish

This commit is contained in:
Michael Shaw 2023-02-15 17:57:29 -05:00
parent 723c2be857
commit 93e3f5c301
3 changed files with 15 additions and 5284 deletions

View File

@ -35,7 +35,6 @@ 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: yarn lerna publish - name: npm publish
run: | run: npm publish
yarn lerna publish from-package --no-git-tag-version --yes

View File

@ -1,17 +1,10 @@
{ {
"name": "@cerc-io/laconic-registry-cli", "name": "@cerc-io/laconic-registry-cli",
"version": "0.1.0", "version": "0.1.0",
"private": true,
"main": "index.js", "main": "index.js",
"repository": "git@github.com:cerc-io/laconic-registry-cli.git", "repository": "git@github.com:cerc-io/laconic-registry-cli.git",
"author": "", "author": "",
"license": "UNLICENSED", "license": "UNLICENSED",
"workspaces": {
"packages": [
"src/*"
]
},
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^9.0.13", "@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5", "@types/js-yaml": "^4.0.5",
@ -24,7 +17,6 @@
"fs-extra": "^10.1.0", "fs-extra": "^10.1.0",
"@cerc-io/laconic-sdk": "0.1.6", "@cerc-io/laconic-sdk": "0.1.6",
"js-yaml": "^3.14.1", "js-yaml": "^3.14.1",
"lerna": "^3.19.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"lodash-clean": "^2.2.3", "lodash-clean": "^2.2.3",
"yargs": "^17.4.1" "yargs": "^17.4.1"

5286
yarn.lock

File diff suppressed because it is too large Load Diff