Skip to content

Commit

Permalink
feat(ci cd): removed typescript checking
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpmi committed Jun 18, 2024
1 parent feac764 commit 791d9e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_new_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
run: yarn lint
working-directory: ./template

- name: Run TypeScript
run: yarn typescript
working-directory: ./template
# - name: Run TypeScript
# run: yarn typescript
# working-directory: ./template

0 comments on commit 791d9e7

Please sign in to comment.