We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ced5b1 commit dc52412Copy full SHA for dc52412
.circleci/config.yml
@@ -34,4 +34,4 @@ jobs:
34
key: v1-dependencies-{{ checksum "package.json" }}
35
36
# run tests!
37
- - run: yarn lint && yarn test
+ - run: yarn build && yarn lint && yarn test
0 commit comments