From aee3474d0eba0ece2a17ce6f999e744880a292f5 Mon Sep 17 00:00:00 2001 From: layyback <18511759309@163.com> Date: Wed, 2 Mar 2022 14:21:46 +0800 Subject: [PATCH] feat:update ci --- .codechina-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codechina-ci.yml b/.codechina-ci.yml index c31d3a0..89ad306 100644 --- a/.codechina-ci.yml +++ b/.codechina-ci.yml @@ -16,10 +16,10 @@ check: stage: test script: - npm install - - npm run build - publish: stage: deploy + script: + - npm run build artifacts: paths: - dist -- GitLab