Skip to content

Commit caff987

Browse files
committed
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
1 parent 46e761b commit caff987

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
yarn install
2121
yarn vscode
2222
cd ..
23-
# 最后执行打包
24-
- run: yarn package
2523
- persist_to_workspace:
2624
root: .
2725
paths:

0 commit comments

Comments
 (0)