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:
BIN
.github/workflows/.build.yaml.un~
vendored
BIN
.github/workflows/.build.yaml.un~
vendored
Binary file not shown.
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user