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