Switch brnach with ci #1

Merged
MrKBear merged 3 commits from dev-mrkbear into master 2022-02-20 12:07:04 +08:00
Showing only changes of commit 258f10af72 - Show all commits

View File

@ -18,9 +18,6 @@ steps:
- npm config set registry https://registry.npm.taobao.org - npm config set registry https://registry.npm.taobao.org
- npm ci - npm ci
- npm run release-lab - npm run release-lab
when:
branch:
- master
volumes: volumes:
- name: publish - name: publish
@ -29,3 +26,7 @@ volumes:
- name: node_modules - name: node_modules
host: host:
path: /tmp/node_modules/living-together path: /tmp/node_modules/living-together
trigger:
branch:
- master