Revert test dependsOn so as to avoid a merge conflict

This commit is contained in:
Matt Fedderly 2024-08-08 13:05:22 -04:00
parent b81851536a
commit bbcff19357
No known key found for this signature in database
GPG Key ID: 929BFFAA6508FFDF

View File

@ -29,7 +29,7 @@
"{projectRoot}/test/**",
"{projectRoot}/types.ts"
],
"dependsOn": ["^build"],
"dependsOn": ["build"],
"cache": true
},
"last-checks": {