mirror of
https://github.com/YuzuZensai/Pien-Studio.git
synced 2026-09-02 14:18:35 +00:00
23 lines
391 B
JSON
23 lines
391 B
JSON
{
|
|||
|
|
"$schema": "https://turborepo.com/schema.json",
|
||
|
|
"tasks": {
|
||
|
|
"dev": {
|
||
|
|
"cache": false,
|
||
|
|
"persistent": true
|
||
|
|
},
|
||
|
|
"build": {
|
||
|
|
"dependsOn": ["^build"],
|
||
|
|
"outputs": [".next/**", "dist/**"]
|
||
|
|
},
|
||
|
|
"lint": {
|
||
|
|
"dependsOn": ["^lint"]
|
||
|
|
},
|
||
|
|
"typecheck": {
|
||
|
|
"dependsOn": ["^typecheck"]
|
||
|
|
},
|
||
|
|
"test": {
|
||
|
|
"dependsOn": ["^test"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|