Skip to content

Commit dc52412

Browse files
committed
ci: update CI setup
1 parent 2ced5b1 commit dc52412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
key: v1-dependencies-{{ checksum "package.json" }}
3535

3636
# run tests!
37-
- run: yarn lint && yarn test
37+
- run: yarn build && yarn lint && yarn test

0 commit comments

Comments
 (0)