Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
yavrsky committed Jan 12, 2024
1 parent 5d8a8b3 commit e931ee0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ jobs:
yarn install-peers
- name: Compile TypeScript (First time)
run: yarn compile
run: yarn compile || true

- name: Compile TypeScript (Second time)
run: yarn compile
continue-on-error: true

- name: Determine version
run: |
Expand Down

0 comments on commit e931ee0

Please sign in to comment.