shadcn-vue/turbo.json
2023-08-26 21:17:53 +05:45

25 lines
377 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"globalEnv": ["NODE_ENV"],
"pipeline": {
"lint": {
"cache": false,
"outputs": []
},
"lint:fix": {
"cache": false,
"outputs": []
},
"typecheck": {},
"dev": {
"cache": false
},
"check": {
"cache": false
},
"test": {
"cache": false
}
}
}