Files
ionic-framework/turbo.json
2022-10-19 17:16:09 -04:00

18 lines
248 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"]
},
"test": {
"outputs": []
},
"lint": {
"outputs": []
},
"dev": {
"cache": false
}
}
}