fix(turbo): correct output path for build task in turbo.json

This commit is contained in:
Shintaro Jokagi 2025-06-03 10:58:37 +12:00
parent d472bd479e
commit 2dc109ccc5
No known key found for this signature in database
GPG key ID: 0DDF8FA44C9A0DA8

View file

@ -18,7 +18,7 @@
}, },
"build": { "build": {
"cache": true, "cache": true,
"outputs": [".dist/**"] "outputs": ["dist/**"]
}, },
"test": { "test": {
"cache": true, "cache": true,