Dockerfile
This commit is contained in:
12
turbo.json
12
turbo.json
@@ -2,24 +2,12 @@
|
||||
"$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
|
||||
|
||||
Reference in New Issue
Block a user