Skip to content

Commit 5775808

Browse files
chore(internal): bump mock server version to ~5.8.0 (#369)
1 parent e20fbc5 commit 5775808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/mock

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ echo "==> Starting mock server with URL ${URL}"
2121

2222
# Run prism mock on the given spec
2323
if [ "$1" == "--daemon" ]; then
24-
npm exec --package=@stoplight/prism-cli@~5.3.2 -- prism mock "$URL" &> .prism.log &
24+
npm exec --package=@stoplight/prism-cli@~5.8 -- prism mock "$URL" &> .prism.log &
2525

2626
# Wait for server to come online
2727
echo -n "Waiting for server"
@@ -37,5 +37,5 @@ if [ "$1" == "--daemon" ]; then
3737

3838
echo
3939
else
40-
npm exec --package=@stoplight/prism-cli@~5.3.2 -- prism mock "$URL"
40+
npm exec --package=@stoplight/prism-cli@~5.8 -- prism mock "$URL"
4141
fi

0 commit comments

Comments
 (0)