diff --git a/turbo.json b/turbo.json index da4efb7..ae324ac 100644 --- a/turbo.json +++ b/turbo.json @@ -24,6 +24,11 @@ ".output/**" ] }, + "@data-peek/web#build": { + "dependsOn": ["^build"], + "inputs": ["$TURBO_DEFAULT$", "../../notes/**"], + "outputs": [".next/**", "!.next/cache/**"] + }, "build:mac": { "dependsOn": ["^build"], "outputs": ["dist/**", "out/**"],