mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-10 03:08:06 +01:00
25 lines
419 B
JSON
25 lines
419 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist"]
|
|
},
|
|
"dev": {
|
|
"outputs": ["dist"]
|
|
},
|
|
"dev:tunnel": {
|
|
"outputs": ["dist"]
|
|
},
|
|
"preview": {
|
|
"outputs": ["dist"]
|
|
},
|
|
"deploy": {
|
|
"dependsOn": ["build"]
|
|
},
|
|
"start": {},
|
|
"test": {
|
|
"dependsOn": ["^build"]
|
|
}
|
|
}
|
|
}
|