diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 99423470..2b06e911 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -56,6 +56,8 @@ jobs: strict: true - name: Install dependencies run: npm i + - name: Build NodeJS package + run: npm run build - name: Deploy to NPM uses: JS-DevTools/npm-publish@v2 with: