From fc8b612e6c114219ceb65f5577a60e639b4363dc Mon Sep 17 00:00:00 2001 From: guotao Date: Tue, 18 May 2021 11:01:08 +0800 Subject: [PATCH] update --- .ccyun.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ccyun.yml b/.ccyun.yml index cf048817f..ff850c10d 100644 --- a/.ccyun.yml +++ b/.ccyun.yml @@ -10,4 +10,6 @@ steps: - name: 编译 image: docker.io/mkenney/npm commands: - - echo '123456' + - npm install -g cnpm --registry=https://registry.npm.taobao.org + - cnpm install + - npm run build