diff --git a/circle.yml b/circle.yml index d953f8e..fac9bee 100644 --- a/circle.yml +++ b/circle.yml @@ -8,6 +8,11 @@ machine: NODE_ENV: production NPM_CONFIG_PRODUCTION: false +checkout: + post: + - git submodule sync + - git submodule update --init --recursive + dependencies: post: - pelican -v