Skip to content

Commit

Permalink
ci: remove tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrad77 committed Oct 29, 2024
1 parent 142f95a commit 1105f07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
run: |
npm install
- name: npm test
- name: npm test
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm run package
npm run lint
npm exec tsc
npm test

0 comments on commit 1105f07

Please sign in to comment.