Skip to content

Commit

Permalink
Added proper way run tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
Maelstromeous committed Jul 27, 2020
1 parent ef31b01 commit 77eab5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ts-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
node-version: 12
- name: npm install
run: npm install
- name: tsc
uses: icrawl/action-tsc@v1
- name: npm run build
run: npm run build

0 comments on commit 77eab5a

Please sign in to comment.