feat: adds build to CI

This commit is contained in:
James
2021-01-07 18:08:00 -05:00
parent ba5aceb5c6
commit 87a1717dca

View File

@@ -30,6 +30,7 @@ jobs:
- run: yarn
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: yarn build
- run: yarn test:client
- run: yarn test:int # In-memory db + api tests
env: