Skip to content

Commit

Permalink
Merge pull request #7 from ara-framework/fix/missing-build
Browse files Browse the repository at this point in the history
fix: add missing build on circle ci
  • Loading branch information
marconi1992 authored Nov 14, 2019
2 parents 29894aa + 8702203 commit 485e3ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:

- run: yarn install

- run: yarn build

- save_cache:
paths:
- node_modules
Expand Down

0 comments on commit 485e3ff

Please sign in to comment.