Skip to content

Commit

Permalink
use yarn pack for build
Browse files Browse the repository at this point in the history
  • Loading branch information
robertKozik committed Feb 5, 2024
1 parent b086108 commit af4bceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build package
run: yarn prepare
run: yarn pack

- name: Publish to npm
run: yarn publish
Expand Down

0 comments on commit af4bceb

Please sign in to comment.