xingyu
2023-11-24 064922dd4c3ae674a463e4b9453a4ca8bf2a52a0
提交 | 用户 | age
ba2415 1 {
V 2   "$schema": "https://turborepo.org/schema.json",
3   "pipeline": {
4     "build": {
5       "dependsOn": ["^build"],
6       "outputs": ["dist/**"]
7     },
8     "stub": {},
5e4be0 9     "lint": {},
ba2415 10     "clean": {
V 11       "cache": false
12     },
13     "dev": {
14       "cache": false,
15       "persistent": true
16     }
17   }
18 }