From caff987b3402120460588464a520a472804fb76f Mon Sep 17 00:00:00 2001 From: "bobo.yang" Date: Fri, 21 Feb 2025 14:47:53 +0800 Subject: [PATCH] ci: Remove package step from CircleCI config - Remove yarn package command from CircleCI build process - Clean up redundant comments in config.yml - Streamline CI/CD pipeline configuration --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 56ba65d..a9005a2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,8 +20,6 @@ jobs: yarn install yarn vscode cd .. - # 最后执行打包 - - run: yarn package - persist_to_workspace: root: . paths: