Skip to content

Commit

Permalink
fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mazen-r committed Oct 21, 2024
1 parent 8f6d485 commit d304adf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
run: npm install
run: npm build
run: |
npm install
npm run build
- name: Publish to NPM
run: |
Expand Down

0 comments on commit d304adf

Please sign in to comment.