Skip to content

Commit c1bd66a

Browse files
committed
fix(dev): missing outputs prop causing cached build to not output files
1 parent 93b2e00 commit c1bd66a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

turbo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
},
2929
"@monkeytype/frontend#build": {
3030
"dependsOn": ["^build"],
31-
"env": ["BACKEND_URL", "RECAPTCHA_SITE_KEY"]
31+
"env": ["BACKEND_URL", "RECAPTCHA_SITE_KEY"],
32+
"outputs": ["dist/**"]
3233
},
3334
"@monkeytype/frontend#dev": {
3435
"dependsOn": ["^build"],

0 commit comments

Comments
 (0)