diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 7c20bb8..aef9d88 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -17,8 +17,10 @@ jobs: - run: npm ci + - run: | + npm run build + ls + - run: npm publish --access=public env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - - run: ls \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file