diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f02577a..df86c55 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,3 +17,6 @@ jobs: # - run: npm run build env: NODE_AUTH_TOKEN: ${{secrets.IFX_FEEDBACK_WIDGET}} + build: + - run: npm install + - run: npm run build \ No newline at end of file