1 Star 0 Fork 0

diogoxiang/remote-component-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitlab-ci.yml 341 Bytes
一键复制 编辑 原始数据 按行查看 历史
image: paciolanhub/alpine-node-dev:10.15.3c
stages:
- build
Build & Test:
stage: build
except:
- tags
before_script:
- npm ci
script:
- npm run build
- npm run lint
- npm run test:coverage -- --colors
artifacts:
expire_in: 1 hour
paths:
- dist/
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/diogoxiang/remote-component-starter.git
git@gitee.com:diogoxiang/remote-component-starter.git
diogoxiang
remote-component-starter
remote-component-starter
master

搜索帮助