Skip to content

Commit

Permalink
Add local sso mode
Browse files Browse the repository at this point in the history
Allows to run the applications closer to production in a local sso mode

Co-authored-by: Mattias Svanström <[email protected]>
  • Loading branch information
StraightOuttaCrompton and mmso committed Jul 12, 2021
1 parent a9a81be commit 6245989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
],
"scripts": {
"config-app": "packages/config/install",
"version": "yarn workspace scripts run version:applications"
"version": "yarn workspace scripts run version:applications",
"start-all": "cd utilities/local-sso && ./run.sh"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 6245989

Please sign in to comment.