Files
web/apps/scandic-web/turbo.json
Anton Gunnarsson 01740e3300 Merged in feat/turborepo (pull request #1451)
Turborepo

Approved-by: Linus Flood
2025-03-12 08:18:38 +00:00

15 lines
281 B
JSON

{
"extends": ["//"],
"tasks": {
"dev": {
"dependsOn": ["@scandic-hotels/design-system#build"]
},
"build": {
"dependsOn": ["@scandic-hotels/design-system#build"]
},
"test": {
"dependsOn": ["@scandic-hotels/design-system#build"]
}
}
}