fix(dev): missing outputs prop causing cached build to not output files

This commit is contained in:
Miodec 2024-07-26 18:02:00 +02:00
parent 93b2e0036f
commit c1bd66a82c

View file

@ -28,7 +28,8 @@
},
"@monkeytype/frontend#build": {
"dependsOn": ["^build"],
"env": ["BACKEND_URL", "RECAPTCHA_SITE_KEY"]
"env": ["BACKEND_URL", "RECAPTCHA_SITE_KEY"],
"outputs": ["dist/**"]
},
"@monkeytype/frontend#dev": {
"dependsOn": ["^build"],