Skip to content

Commit acd0d4b

Browse files
authored
Merge pull request #25 from baoduy/develop
Fixing the build issue
2 parents d10b280 + 84fe38d commit acd0d4b

File tree

2 files changed

+1193
-1
lines changed

2 files changed

+1193
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
working_directory: ~/repo
1818

1919
steps:
20+
#Check out code
2021
- checkout
22+
#Download 'configs' sub modules
23+
- run: git submodule update --init 'configs'
2124

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

32+
2933
- run: npm install
3034
- run: npm install codecov
3135
- run: npm install npm-check

0 commit comments

Comments
 (0)