UNPKG

@chuxingpay/licheng

Version:

### 安装

19 lines (17 loc) 289 B
image: docker:stable stages: - test test: retry: 2 image: node:10 stage: test dependencies: [] tags: # tags 是一个并集逻辑 - dev-hk only: - develop - master script: - npm config set registry https://registry.npmjs.org - npm i - npm run test