github/workflows: run tsc in cli build

This commit is contained in:
Patrik Oldsberg
2020-05-18 00:46:44 +02:00
parent 296a787160
commit 53211aa6d5
+1
View File
@@ -41,6 +41,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: yarn install
run: yarn install --frozen-lockfile
- run: yarn tsc
- run: yarn build
- name: verify app and plugin creation on Windows
working-directory: ${{ runner.temp }}