Skip to content

Commit

Permalink
Tweak .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdehaan authored and ianb committed Mar 1, 2018
1 parent 80ccc83 commit 0457b1c
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 @@ -14,6 +14,9 @@ jobs:
- run:
name: package
command: npm run package
- run:
name: test
command: npm test
- save_cache:
key: node-modules-
paths:
Expand Down

0 comments on commit 0457b1c

Please sign in to comment.