fixed turbo dependecies
This commit is contained in:
parent
cffcd05066
commit
22859fb9a6
20 changed files with 241 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"ui": "tui",
|
||||
"globalDependencies": ["**/.env.*local"], "tasks": {
|
||||
"globalDependencies": ["**/.env.*local"],
|
||||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["dist/**", ".next/**", "!.next/cache/**"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue