1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-17 05:22:18 +00:00

Add verbosity to tsc in GitHub Action

This commit is contained in:
snobu
2019-10-01 08:59:17 +03:00
parent dbb25ac4b8
commit 4b2439f75c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -23,6 +23,6 @@ jobs:
- name: npm install, build, and test - name: npm install, build, and test
run: | run: |
npm install npm install
tsc tsc --listEmittedFiles
env: env:
CI: true CI: true