diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 160255f..b3736bf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -25,7 +25,7 @@ jobs: - name: npm install, build, and test run: | npm install - tsc --listEmittedFiles + npm run -s build npm test env: CI: true