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

Commit 3c61834

Browse files
authored
Merge pull request #76 from magopian/fixup-75
Fixup following the merge of PR #75
2 parents 6d61374 + 1067800 commit 3c61834

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

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

42+
# build all the things!
43+
- run: yarn run build
44+
4245
- deploy:
4346
command: |
4447
if [ "${CIRCLE_BRANCH}" == "master" ]; then

0 commit comments

Comments
 (0)