From e6b03228e9e7aae84bf9e9ff69f593d53d5fdfc6 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Wed, 21 Jan 2026 05:52:50 +0300 Subject: [PATCH] feat: replace yarn to npm --- .gitea/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 4497431..950d32f 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -19,8 +19,8 @@ jobs: - name: Configure npm auth run: | - echo "//git.ksv741.keenetic.pro/api/packages/teacinema/npm/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc echo "@teacinema:registry=https://git.ksv741.keenetic.pro/api/packages/teacinema/npm" >> ~/.npmrc + echo "//git.ksv741.keenetic.pro/api/packages/teacinema/npm/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc echo "*** cat ~/.npmrc ***" cat ~/.npmrc env: