From e7d933e6e9c41ee1b9c3fb3ac10f712d1866f9af Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Sun, 25 Jan 2026 11:38:14 +0300 Subject: [PATCH] feat: add rpc exception enum --- .gitea/workflows/publish.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 0813060..8a099ce 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: - name: 'Enable corepack' run: corepack enable - - name: Create .npmrc + - name: Create .npmrc for install dependencies run: | touch .npmrc echo "@teacinema:registry=https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/" >> .npmrc @@ -33,9 +33,12 @@ jobs: - name: 'Install dependencies' run: yarn install --frozen-lockfile - - name: 'Generate contracts' + - name: 'Build' run: yarn run build + - name: Remove .npmrc + run: rm .npmrc + - name: 'Publish to Gitea npm registry' run: npm publish env: