From bcfe3214ad15f375ec0585a3343317f9059f43b8 Mon Sep 17 00:00:00 2001 From: guotao Date: Tue, 18 May 2021 13:30:45 +0800 Subject: [PATCH] update --- .ccyun.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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'