Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
Fix build command
  • Loading branch information
mdr0id authored Nov 20, 2024
1 parent d245bba commit 3188aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
run: yarn compile
- name: Publish
run: yarn publish --non-interactive
env:
Expand Down

0 comments on commit 3188aa1

Please sign in to comment.