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