Skip to content

Commit 4da401a

Browse files
committed
CCM-11580: Update serve-oas command
1 parent 5937fa4 commit 4da401a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"publish-oas": "mkdir -p build && redocly bundle specification/api/notify-supplier-phase1.yml --dereferenced -k --remove-unused-components --ext json > build/notify-supplier.json",
6363
"serve": "npm run serve-html-docs",
6464
"serve-html-docs": "npx serve sdk/html -p 3050",
65-
"serve-oas": "redocly preview-docs -p 5000 build/notify-supplier.json",
65+
"serve-oas": "redocly preview -p 5001 -d specification/api",
6666
"serve-swagger-docs": "npx serve sdk/swagger -p 3051",
6767
"start": "npm run start --workspace frontend",
6868
"test:unit": "npm run test:unit --workspaces",

0 commit comments

Comments
 (0)