1 Star 0 Fork 1

周冒恩童鞋/VTJCore

forked from vtj/VTJCore 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nx.json 743 Bytes
一键复制 编辑 原始数据 按行查看 历史
踩着两条虫 提交于 2023-01-28 21:05 . parallel
{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"parallel": 8,
"cacheableOperations": [
"dev",
"build",
"build:cdn",
"test:unit",
"coverage"
]
}
}
},
"targetDefaults": {
"dev": {
"dependsOn": ["^dev"]
},
"build": {
"dependsOn": ["^build"],
"outputs": [
"{projectRoot}/lib",
"{projectRoot}/dist",
"{projectRoot}/types"
]
},
"build:cdn": {
"dependsOn": ["^build:cdn"],
"outputs": ["{projectRoot}/cdn"]
},
"coverage": {
"dependsOn": ["^coverage"],
"outputs": ["{projectRoot}/coverage"]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/s4145211/core.git
[email protected]:s4145211/core.git
s4145211
core
VTJCore
master

搜索帮助