From 5a492284c78ea745a0b4b190625b20d3a3f7f6c0 Mon Sep 17 00:00:00 2001 From: "bobo.yang" Date: Fri, 3 Nov 2023 13:23:28 +0800 Subject: [PATCH] checkout tools submodule in circleCI --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7ea44aa..de14dfa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: