1 Star 2 Fork 0

聪小陈 / alita

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
turbo.json 504 Bytes
一键复制 编辑 原始数据 按行查看 历史
聪小陈 提交于 2023-03-16 15:35 . ci: e2e pw for tabs
{
"$schema": "https://turborepo.org/schema.json",
"baseBranch": "origin/master",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"build:extra": {
"cache": false
},
"build:client": {
"cache": false
},
"dev": {
"cache": false
},
"test": {
"outputs": [".jest-cache/**"]
},
"test:e2e": {}
},
"globalDependencies": [
"tsconfig.base.json",
"tsconfig.json",
"jest.config.ts"
]
}
TypeScript
1
https://gitee.com/congxiaochen/alita.git
git@gitee.com:congxiaochen/alita.git
congxiaochen
alita
alita
master

搜索帮助