fixed up lib packages to remove bun dev since they will be imported into apps
This commit is contained in:
parent
f68e620c76
commit
2bc46cdb2a
20 changed files with 18 additions and 23 deletions
15
turbo.json
15
turbo.json
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"ui": "tui", "tasks": {
|
||||
"ui": "tui",
|
||||
"globalDependencies": ["**/.env.*local"],
|
||||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["dist/**", ".next/**", "!.next/cache/**"]
|
||||
|
|
@ -12,7 +14,8 @@
|
|||
"dev": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
}, "test": {
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": ["build"],
|
||||
"outputs": []
|
||||
},
|
||||
|
|
@ -31,5 +34,11 @@
|
|||
"dependsOn": ["build"],
|
||||
"cache": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"globalEnv": [
|
||||
"NODE_ENV",
|
||||
"DATA_SERVICE_PORT",
|
||||
"DRAGONFLY_HOST",
|
||||
"DRAGONFLY_PORT"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue