Skip to content

Commit

Permalink
build: add compile
Browse files Browse the repository at this point in the history
  • Loading branch information
amphro committed Nov 8, 2018
1 parent 88c1862 commit d8dfdda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
name: Install dependencies
command: .circleci/greenkeeper
- run: yarn global add semantic-release@15
- run:
name: Compiling
command: yarn compile
- run: semantic-release
- save_cache:
key: dependency-cache-{{ checksum "package.json" }}
Expand Down

0 comments on commit d8dfdda

Please sign in to comment.