Skip to content

Commit

Permalink
Merge pull request rangle#330 from vanessayuenn/chore/circleci-dep
Browse files Browse the repository at this point in the history
implement circle CI work around according to support
  • Loading branch information
vanessayuenn committed Apr 22, 2016
2 parents b042381 + f5f87f1 commit 40da596
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ machine:
post:
- npm install -g [email protected]

dependencies:
pre:
- rm -rf node_modules typings

test:
pre:
- git grep --color TODO | cat
Expand Down

0 comments on commit 40da596

Please sign in to comment.