From 2b81fd88c27da00ab1a2c72cd0e41b94fc625ed3 Mon Sep 17 00:00:00 2001 From: Aleksandr Kraiz Date: Fri, 10 Feb 2023 18:23:34 +0400 Subject: [PATCH] Fix --- .github/workflows/prerelease-package.yml | 2 +- .github/workflows/release-package.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prerelease-package.yml b/.github/workflows/prerelease-package.yml index e6f0844..83367a3 100644 --- a/.github/workflows/prerelease-package.yml +++ b/.github/workflows/prerelease-package.yml @@ -15,7 +15,7 @@ jobs: with: node-version: '18.x' - run: npm ci - - run: npm build + - run: npm run build - run: npm test - name: Set package registry run: npm config set registry https://npm.pkg.github.com diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index f5537c2..8134fa1 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -13,7 +13,7 @@ jobs: with: node-version: '18.x' - run: npm ci - - run: npm build + - run: npm run build - run: npm test - name: Set package registry run: npm config set registry https://npm.pkg.github.com