Skip to content

Commit

Permalink
update workflow: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanqp committed Sep 22, 2023
1 parent 7ea71c0 commit 181d5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 18
- run: npm ci
- run: npm build
- run: npm run build

publish-npm:
needs: build
Expand Down

0 comments on commit 181d5fe

Please sign in to comment.