diff --git a/.ccyun.yml b/.ccyun.yml index 82ea2cbc4..867820455 100644 --- a/.ccyun.yml +++ b/.ccyun.yml @@ -3,8 +3,6 @@ type: docker name: 确实社区前端自动化编译部署脚本 steps: -- name: 编译 - image: node +- name: step1 commands: - - npm install - - npm run build + - echo 'Hello, world'