0.1.4 (#5)
Co-authored-by: Julien Valverdé <julien.valverde@mailo.com> Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
21
turbo.json
21
turbo.json
@@ -1,11 +1,30 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
|
||||
"tasks": {
|
||||
"lint:tsc": {
|
||||
"cache": false
|
||||
},
|
||||
"lint:biome": {
|
||||
"cache": false
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"inputs": ["./src/**"],
|
||||
"outputs": ["./dist/**"]
|
||||
},
|
||||
"pack": {}
|
||||
"pack": {
|
||||
"dependsOn": ["^pack"],
|
||||
"cache": false
|
||||
},
|
||||
"clean:cache": {
|
||||
"cache": false
|
||||
},
|
||||
"clean:dist": {
|
||||
"cache": false
|
||||
},
|
||||
"clean:modules": {
|
||||
"cache": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user