mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
🐛 Use relative paths in build cache outputs
This commit is contained in:
parent
6fe4655674
commit
2910dcf25b
@ -14,7 +14,7 @@
|
||||
"outputs": ["coverage/**"]
|
||||
},
|
||||
"build": {
|
||||
"outputs": ["packages/website/.next/**", "packages/website/public/**"]
|
||||
"outputs": [".next/**", "public/**"]
|
||||
},
|
||||
"publishPackage": {
|
||||
"dependsOn": ["^lint"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user