commit 7ae6f4c9b650c556115c3206643912fb5d043ce2
parent e38d7dfb94f169481acce3a66a78ce2101ace893
Author: Demonstrandum <moi@knutsen.co>
Date: Fri, 15 May 2020 22:56:47 +0100
Merge branch 'master' of github.com:Demonstrandum/Simp-O-Matic
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
@@ -26,5 +26,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn build
+ - run: tsc # Apparently TSC failing doesn't cause yarn build to fail too...
env:
CI: true