Merge branch 'main' into feat/background-tasks

This commit is contained in:
Lucas Smith
2024-06-21 13:58:56 +10:00
committed by GitHub
5 changed files with 24 additions and 7 deletions

View File

@@ -3,6 +3,7 @@
"pipeline": {
"build": {
"dependsOn": [
"prebuild",
"^build"
],
"outputs": [
@@ -10,6 +11,12 @@
"!.next/cache/**"
]
},
"prebuild": {
"cache": false,
"dependsOn": [
"^prebuild"
]
},
"lint": {
"cache": false
},