add server build test

This commit is contained in:
Karol Wypchło 2020-02-17 13:51:46 +01:00 committed by GitHub
parent 155db5f7f4
commit 2326b23c10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -19,6 +19,4 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: yarn - run: yarn
- run: yarn build:client - run: yarn build:client
- run: npm test --if-present - run: yarn build:server
env:
CI: true