Skip to content

Commit

Permalink
chore: No need to build:server on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tommoor committed Oct 1, 2020
1 parent f348db0 commit 9c8f125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
name: test
command: yarn test
- run:
name: build
command: yarn build
name: build-webpack
command: yarn build:webpack

0 comments on commit 9c8f125

Please sign in to comment.