add recursive

pull/5370/head
filip mertens 3 years ago
parent 1c318b9b07
commit d03c37ffef
  1. 2
      .circleci/config.yml

@ -27,6 +27,8 @@ jobs:
keys:
- v1-deps-{{ checksum "package-lock.json" }}
- run: npm install
- run: git submodule sync --recursive
- run: git submodule update --recursive --init
- save_cache:
key: v1-deps-{{ checksum "package-lock.json" }}
paths:

Loading…
Cancel
Save