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