mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-10 16:48:40 +08:00
fix(dev): missing outputs prop causing cached build to not output files
This commit is contained in:
parent
93b2e0036f
commit
c1bd66a82c
1 changed files with 2 additions and 1 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Reference in a new issue