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:
parent
46e761b033
commit
caff987b34
@ -20,8 +20,6 @@ jobs:
|
||||
yarn install
|
||||
yarn vscode
|
||||
cd ..
|
||||
# 最后执行打包
|
||||
- run: yarn package
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
paths:
|
||||
|
Loading…
x
Reference in New Issue
Block a user