mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
fix(turbo): correct output path for build task in turbo.json
This commit is contained in:
parent
d472bd479e
commit
2dc109ccc5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"cache": true,
|
"cache": true,
|
||||||
"outputs": [".dist/**"]
|
"outputs": ["dist/**"]
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
"cache": true,
|
"cache": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue