From eab8ed40aa1e5a88465a88cf1340f8923e4e2a77 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Wed, 3 Aug 2022 17:30:23 +0800 Subject: [PATCH] Update .trustie-pipeline.yml --- .trustie-pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 2977e274..66f8cde1 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -11,10 +11,10 @@ steps: - name: Node编译 image: node commands: - - npm install node-sass@4.12.0 --save - npm config set registry https://registry.npm.taobao.org - - npm install - - npm run build + - npm install -g cnpm + - npm install node-sass@4.12.0 --save + - cnpm install trigger: branch: - pre_gitlink_server