Skip to content

Commit 01ff425

Browse files
committed
adding sso script
1 parent 157514a commit 01ff425

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"build": "bun run --cwd packages/opencontrol build",
99
"dev": "bun run --cwd packages/opencontrol dev",
1010
"format": "./scripts/format",
11-
"release": "./scripts/release"
11+
"release": "./scripts/release",
12+
"sso": "aws sso login --sso-session=sst --no-browser --use-device-code"
1213
},
1314
"workspaces": [
1415
"packages/*",

0 commit comments

Comments
 (0)