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
This commit is contained in:
bobo.yang 2025-02-21 14:47:53 +08:00
parent 46e761b033
commit caff987b34

View File

@ -20,8 +20,6 @@ jobs:
yarn install yarn install
yarn vscode yarn vscode
cd .. cd ..
# 最后执行打包
- run: yarn package
- persist_to_workspace: - persist_to_workspace:
root: . root: .
paths: paths: