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