Skip to content

Commit

Permalink
Merge pull request #25 from baoduy/develop
Browse files Browse the repository at this point in the history
Fixing the build issue
  • Loading branch information
baoduy authored Jul 14, 2018
2 parents d10b280 + 84fe38d commit acd0d4b
Show file tree
Hide file tree
Showing 2 changed files with 1,193 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
working_directory: ~/repo

steps:
#Check out code
- checkout
#Download 'configs' sub modules
- run: git submodule update --init 'configs'

# Download and cache dependencies
- restore_cache:
Expand All @@ -26,6 +29,7 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-


- run: npm install
- run: npm install codecov
- run: npm install npm-check
Expand Down
Loading

0 comments on commit acd0d4b

Please sign in to comment.