diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e9f0419..8c96f20 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,7 +44,10 @@ jobs: yarn yarn install-peers - - name: Compile typescript + - name: Compile TypeScript (First time) + run: yarn compile + + - name: Compile TypeScript (Second time) run: yarn compile - name: Determine version