chore: No need to build:server on CI

This commit is contained in:
Tom Moor 2020-09-30 20:29:54 -07:00
parent f348db048e
commit 9c8f125668
1 changed files with 2 additions and 2 deletions

View File

@ -39,5 +39,5 @@ jobs:
name: test
command: yarn test
- run:
name: build
command: yarn build
name: build-webpack
command: yarn build:webpack