🐛 Use relative paths in build cache outputs

This commit is contained in:
Carlos Cuesta 2022-12-23 13:39:45 +01:00
parent 6fe4655674
commit 2910dcf25b
No known key found for this signature in database

View File

@ -14,7 +14,7 @@
"outputs": ["coverage/**"]
},
"build": {
"outputs": ["packages/website/.next/**", "packages/website/public/**"]
"outputs": [".next/**", "public/**"]
},
"publishPackage": {
"dependsOn": ["^lint"],