checkout tools submodule in circleCI
This commit is contained in:
parent
1ef82fa39b
commit
5a492284c7
@ -8,6 +8,8 @@ jobs:
|
||||
executor: node-executor
|
||||
steps:
|
||||
- checkout
|
||||
- run: git submodule sync
|
||||
- run: git submodule update --init
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
- persist_to_workspace:
|
||||
|
Loading…
x
Reference in New Issue
Block a user