25 lines
377 B
JSON
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
|
|
}
|
|
}
|
|
}
|