Merged in feat/turborepo (pull request #1451)
Turborepo Approved-by: Linus Flood
This commit is contained in:
14
apps/scandic-web/turbo.json
Normal file
14
apps/scandic-web/turbo.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": ["//"],
|
||||
"tasks": {
|
||||
"dev": {
|
||||
"dependsOn": ["@scandic-hotels/design-system#build"]
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": ["@scandic-hotels/design-system#build"]
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": ["@scandic-hotels/design-system#build"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user