1 Star 0 Fork 0

my_project/umi-qiankun-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 429 Bytes
一键复制 编辑 原始数据 按行查看 历史
huyiwill 提交于 2024-09-27 14:50 . qiankun
language: node_js
node_js:
- lts/*
install:
- yarn install
cache:
directories:
- node_modules
script:
- yarn lint
before_deploy: |
function npm_dist_tag() {
if [[ "$TRAVIS_TAG" = *"-"* ]]; then
echo "umi2"
else
echo "umi2"
fi
}
deploy:
edge: true
provider: npm
email: kuitos.lau@gmail.com
api_key: $NPM_AUTH_TOKEN
skip_cleanup: true
on:
tags: true
tag: $(npm_dist_tag)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huyiwillmyproject/umi-qiankun-web.git
git@gitee.com:huyiwillmyproject/umi-qiankun-web.git
huyiwillmyproject
umi-qiankun-web
umi-qiankun-web
master

搜索帮助