From 2e10cfb743cbe57a42cd3d193eeba872051faf24 Mon Sep 17 00:00:00 2001 From: Andrey Kernichniy Date: Sun, 8 Mar 2026 01:04:09 +0700 Subject: [PATCH] Update CI/CD, readme, .npmrc --- .forgejo/workflows/release.yml | 4 ++-- .npmrc | 2 +- lib/src/readme.md | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 6bdf090..1908262 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -41,7 +41,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3 with: - name: gxc-math-${{ github.sha }} + name: gxc-viewer-base-${{ github.sha }} path: ./dist/ deploy: @@ -53,7 +53,7 @@ jobs: - name: Download artifact uses: actions/download-artifact@v3 with: - name: gxc-math-${{ github.sha }} + name: gxc-viewer-base-${{ github.sha }} path: ./artifact - name: Setup Node.js diff --git a/.npmrc b/.npmrc index 4e81c49..80b9b9b 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -regestry=https://npm.gxc-solutions.ru/ \ No newline at end of file +@gxc-solutions:registry=https://npm.gxc-solutions.ru/ \ No newline at end of file diff --git a/lib/src/readme.md b/lib/src/readme.md index e69de29..868472e 100644 --- a/lib/src/readme.md +++ b/lib/src/readme.md @@ -0,0 +1,3 @@ +# Description + +Classes/function/interfaces and constants for viewer implementation