This commit is contained in:
32
turbo.json
Normal file
32
turbo.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
|
||||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"inputs": ["src/**"],
|
||||
"outputs": ["dist/**"],
|
||||
"cache": false
|
||||
},
|
||||
|
||||
"lint:tsc": {
|
||||
"cache": false
|
||||
},
|
||||
"lint:eslint": {
|
||||
"cache": false
|
||||
},
|
||||
|
||||
"clean:cache": {
|
||||
"dependsOn": ["^clean:cache"],
|
||||
"cache": false
|
||||
},
|
||||
"clean:dist": {
|
||||
"dependsOn": ["^clean:dist"],
|
||||
"cache": false
|
||||
},
|
||||
"clean:node": {
|
||||
"dependsOn": ["^clean:node"],
|
||||
"cache": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user