Skip to content

Commit

Permalink
fix run typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mazen-r committed Oct 21, 2024
1 parent f7f9c66 commit 7f840cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 20

- run: npm install
- run: npm build
- run: npm run build

- name: Publish to NPM
run: |
Expand Down

0 comments on commit 7f840cd

Please sign in to comment.