checkout tools submodule in circleCI

This commit is contained in:
bobo.yang 2023-11-03 13:23:28 +08:00
parent 1ef82fa39b
commit 5a492284c7

View File

@ -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: