Skip to content

Commit

Permalink
chore: actually try run tsc on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Dec 1, 2019
1 parent b1d3cf6 commit 6133549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "yarn.lock" }}
- run: yarn prettier:check
- run: yarn build
- run: yarn test
release:
docker:
Expand Down

0 comments on commit 6133549

Please sign in to comment.