Skip to content

Commit fa27a00

Browse files
get example server running
1 parent 92d2fd7 commit fa27a00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ TestRnApp_*
44
build
55
coverage
66
dist
7-
mx-sso-api-proxy-rc.yaml
7+
.mx-sso-proxy-rc.yaml
88
node_modules
99
npm-debug.log

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"example:start": "cd example && npm start",
2424
"example:ios": "cd example && npm run ios",
2525
"example:android": "cd example && npm run android",
26-
"example:server": "mx-sso-api-proxy run",
26+
"example:server": "mx-sso-proxy run",
2727
"format": "npm run prettier -- -w",
2828
"lint": "eslint src test",
2929
"prepack": "npm run build",

0 commit comments

Comments
 (0)