This commit is contained in:
Thomas E Lackey 2024-01-15 15:46:05 -06:00
parent 475f53cdcf
commit 6f77228f73
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
- run: yarn - run: yarn
- name: Run yarn build - name: Run yarn build
run: | run: |
yarn dist LACONIC_HOSTED_CONFIG_FILE=config-hosted.yml yarn dist
- name: Configure git.vdb.to npm registry - name: Configure git.vdb.to npm registry
run: | run: |
npm config set registry https://git.vdb.to/api/packages/cerc-io/npm/ npm config set registry https://git.vdb.to/api/packages/cerc-io/npm/

View File

@ -1,6 +1,6 @@
{ {
"name": "@cerc-io/console-app", "name": "@cerc-io/console-app",
"version": "1.3.5", "version": "1.3.6",
"description": "Laconic Console", "description": "Laconic Console",
"repository": "https://github.com/cerc-io/laconic-console", "repository": "https://github.com/cerc-io/laconic-console",
"main": "dist/es/index.js", "main": "dist/es/index.js",