diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 627b3d4..7eca9dc 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -17,8 +17,10 @@ jobs: node-version: '20.x' registry-url: 'https://registry.npmjs.org' - - run: npm run build + - run: | + npm install + npm run build - run: npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}