Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit 8928bf6

Browse files
committed
No need to run 'build' in the CI anymore, as we're explicitely running eslint
1 parent 2993a71 commit 8928bf6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ jobs:
3939
# run tests!
4040
- run: yarn test
4141

42-
# run build!
43-
- run: yarn run build
44-
4542
- deploy:
4643
command: |
4744
if [ "${CIRCLE_BRANCH}" == "master" ]; then

0 commit comments

Comments
 (0)