We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5937fa4 commit 4da401aCopy full SHA for 4da401a
package.json
@@ -62,7 +62,7 @@
62
"publish-oas": "mkdir -p build && redocly bundle specification/api/notify-supplier-phase1.yml --dereferenced -k --remove-unused-components --ext json > build/notify-supplier.json",
63
"serve": "npm run serve-html-docs",
64
"serve-html-docs": "npx serve sdk/html -p 3050",
65
- "serve-oas": "redocly preview-docs -p 5000 build/notify-supplier.json",
+ "serve-oas": "redocly preview -p 5001 -d specification/api",
66
"serve-swagger-docs": "npx serve sdk/swagger -p 3051",
67
"start": "npm run start --workspace frontend",
68
"test:unit": "npm run test:unit --workspaces",
0 commit comments