chore: add turbo config

This commit is contained in:
Sean Perkins
2022-10-19 17:16:09 -04:00
parent ae54ad7e46
commit 24cd3395a6

17
turbo.json Normal file
View File

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