fix: bust cache builds (#6847)
* chore: test cache build * test turbo * chore: intentionally break tests * chore: fix test * chore: rename test
This commit is contained in:
@@ -6,12 +6,15 @@
|
||||
"outputs": ["!node_modules/**", "!src/**", "*/**"]
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": ["build"],
|
||||
"outputs": []
|
||||
},
|
||||
"test:integration": {
|
||||
"dependsOn": ["build"],
|
||||
"outputs": []
|
||||
},
|
||||
"test:integration:chunk": {
|
||||
"dependsOn": ["build"],
|
||||
"outputs": []
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user