From f3229593c8589e075ba90a1d563132cea8d7a8de Mon Sep 17 00:00:00 2001 From: layyback <18511759309@163.com> Date: Wed, 2 Mar 2022 14:28:19 +0800 Subject: [PATCH] feat:update ci --- .codechina-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.codechina-ci.yml b/.codechina-ci.yml index 89ad306..27f6d3e 100644 --- a/.codechina-ci.yml +++ b/.codechina-ci.yml @@ -9,16 +9,12 @@ default: - echo "current version is :" - echo $(node -p "require('./package.json').version") stages: - - test - deploy -check: - stage: test - script: - - npm install publish: stage: deploy script: + - npm install - npm run build artifacts: paths: -- GitLab