Pull git submodules in CI

This commit is contained in:
Michael Zhu
2022-06-01 18:39:07 -07:00
parent 2577caaf5a
commit 5756d7c563

View File

@@ -10,6 +10,7 @@ jobs:
working_directory: ~/repo
steps:
- checkout
- run: git submodule update --init --recursive
- run: echo 'export PATH=$HOME/CIRCLE_PROJECT_REPONAME/node_modules/.bin:$PATH' >> $BASH_ENV
- run:
name: install-yarn