Stop caching builds
This commit is contained in:
parent
eabd4619ed
commit
bb5f5910f5
1 changed files with 4 additions and 2 deletions
|
@ -2,10 +2,12 @@
|
|||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["dist/**"]
|
||||
"outputs": ["dist/**"],
|
||||
"cache": false
|
||||
},
|
||||
"watch": {
|
||||
"cache": false
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue