9 Star 76 Fork 11

fisher / voerka-i18n

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
turbo.json 448 Bytes
一键复制 编辑 原始数据 按行查看 历史
fisher 提交于 2023-11-09 17:56 . build: 引入turbo
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"]
},
"deploy": {
"dependsOn": ["build", "test", "lint"]
},
"test": {
"dependsOn": ["build"],
"inputs": ["src/**/*.tsx", "src/**/*.ts", "test/**/*.ts", "test/**/*.tsx"]
},
"lint": {},
"dev": {
"cache": false,
"persistent": true
}
}
}
JavaScript
1
https://gitee.com/zhangfisher/voerka-i18n.git
git@gitee.com:zhangfisher/voerka-i18n.git
zhangfisher
voerka-i18n
voerka-i18n
master

搜索帮助