diff --git a/.circleci/config.yml b/.circleci/config.yml index c0fef96..a9005a2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,14 +10,16 @@ jobs: - checkout - run: git submodule sync - run: git submodule update --init --recursive - - run: npm install + # 创建必要的目录 + - run: mkdir -p dist + # 首先在根目录安装依赖 + - run: yarn install + # 然后进入 gui 目录安装依赖并构建 - run: | cd gui - yarn + yarn install yarn vscode cd .. - - run: npm run build - - run: yarn package - persist_to_workspace: root: . paths: @@ -87,4 +89,4 @@ workflows: tags: only: /.*/ branches: - ignore: /.*/ + ignore: /.*/ \ No newline at end of file diff --git a/package.json b/package.json index d0a5804..3c1c2e8 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,9 @@ "c++", "codex", "co-pilot", + "deepseek", + "deepseek-r1", + "deepseek-v3", "devchat", "documentation", "go",