Skip to content

Commit

Permalink
chore: compile typescript before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l committed Feb 22, 2021
1 parent 800c992 commit 7cf0d3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-canary.yml
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Install dependencies
if: steps.cache-modules.outputs.cache-hit != 'true'
run: yarn
- name: Compile TypeScript
run: yarn tsc
- name: Configure Git Credentials
run: |
git config --global user.email "github-action@users.noreply.github.com"
Expand Down

0 comments on commit 7cf0d3a

Please sign in to comment.