Feat/SW-3461 setup auth with sas eurobonus * feat(SW-3461): Setup auth for sas eurobonus * . * feat: setup auth towards SAS * Fix auth via SAS and add logout route * . * merge * auth via SAS * fix powered by scandic logo * Merge branch 'master' of bitbucket.org:scandic-swap/web into feat/SW-3461-setup-auth-with-sas-eurobonus * Include access_token in jwt after successful login * merge Approved-by: Anton Gunnarsson
23 lines
528 B
JSON
23 lines
528 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"lint": { "dependsOn": [] },
|
|
"build": { "dependsOn": ["clean", "include:shared"] },
|
|
"dev": { "dependsOn": ["clean", "include:shared"] },
|
|
"test": {
|
|
"dependsOn": [
|
|
"@scandic-hotels/trpc#test",
|
|
"@scandic-hotels/common#test",
|
|
"@scandic-hotels/booking-flow#test"
|
|
]
|
|
},
|
|
"include:shared": {
|
|
"outputs": ["public/_static/shared/**"]
|
|
},
|
|
"clean": {
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|