24 lines
496 B
JSON
24 lines
496 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"pipeline": {
|
|
"dev": {
|
|
"cache": false
|
|
},
|
|
"build": {
|
|
"cache": false,
|
|
"dependsOn": ["^build"]
|
|
},
|
|
"test:unit": {
|
|
"cache": false
|
|
},
|
|
"test:e2e": {
|
|
"cache": false
|
|
},
|
|
"lint": {
|
|
"cache": false
|
|
},
|
|
"i_am_sure_i_want_to_nuke_gitignored_files": {
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|