From f14ca72ca7eb303d0f3936affe5a16a5f3c61433 Mon Sep 17 00:00:00 2001 From: guotao Date: Tue, 18 May 2021 11:47:11 +0800 Subject: [PATCH] update --- .ccyun.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ccyun.yml b/.ccyun.yml index 28adbb618..82ea2cbc4 100644 --- a/.ccyun.yml +++ b/.ccyun.yml @@ -6,6 +6,5 @@ steps: - name: 编译 image: node commands: - - npm install -g cnpm --registry=https://registry.npm.taobao.org - - cnpm install + - npm install - npm run build