Skip to content

Commit

Permalink
Update ci-cd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddmicu authored Oct 3, 2022
1 parent dd55073 commit 50f4e58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
>&2 echo "Skipping deploy"
exit 1;
fi
- name: TS compile
run: npx tsc
- name: Publish to npm
run: npm publish
env:
Expand Down

0 comments on commit 50f4e58

Please sign in to comment.