Skip to content

Commit

Permalink
issue #1332 attempt to fix unit tests failing on Windows to due to li…
Browse files Browse the repository at this point in the history
…ne end differences.
  • Loading branch information
wajda committed Jun 4, 2024
1 parent 5088f24 commit ef0966e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"license": "Apache-2.0",
"scripts": {
"gen-api-doc:all": "npm run gen-api-doc --doc_name=consumer && npm run gen-api-doc --doc_name=producer",
"gen-api-doc": "cross-env ./node_modules/@redocly/cli/bin/cli.js build-docs -o $npm_config_docs_dir/$npm_config_doc_name.html $npm_config_docs_dir/$npm_config_doc_name.swagger.json",
"gen-api-doc": "cross-env-shell ./node_modules/@redocly/cli/bin/cli.js build-docs -o $npm_config_docs_dir/$npm_config_doc_name.html $npm_config_docs_dir/$npm_config_doc_name.swagger.json",
"build": "echo unused stage",
"test": "echo unused stage",
"lint": "echo unused stage"
Expand Down

0 comments on commit ef0966e

Please sign in to comment.