Skip to content

Commit

Permalink
fix(facade-srv): fix token end point constructor name issue with oidc…
Browse files Browse the repository at this point in the history
… provider
  • Loading branch information
Arun-KumarH committed Mar 25, 2024
1 parent 3369f97 commit d153065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"start": "node lib/start.cjs",
"build": "npm-run-all lint build:clean build:es",
"build:clean": "rimraf lib",
"build:es": "esbuild ./src/start.ts --bundle --platform=node --outfile=lib/start.cjs --minify --tree-shaking=true --sourcemap=inline",
"build:es": "esbuild ./src/start.ts --bundle --platform=node --outfile=lib/start.cjs --tree-shaking=true --sourcemap=inline",
"lcov-report": "nyc report --reporter=lcov",
"dev": "cross-env NODE_ENV=development nodemon --watch './src/**/*.ts' --exec node --loader ts-node/esm ./src/start.ts",
"lint": "eslint src --ext .ts",
Expand Down

0 comments on commit d153065

Please sign in to comment.