Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 29545ee

Browse files
stainless-app[bot]stainless-bot
authored andcommittedAug 9, 2024
chore(ci): bump prism mock server version (#630)
1 parent e2cc5e1 commit 29545ee

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=@stainless-api/prism-cli@5.8.4 -- prism mock "$URL" &> .prism.log &
24+
npm exec --package=@stainless-api/prism-cli@5.8.5 -- 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=@stainless-api/prism-cli@5.8.4 -- prism mock "$URL"
40+
npm exec --package=@stainless-api/prism-cli@5.8.5 -- prism mock "$URL"
4141
fi

0 commit comments

Comments
 (0)
Please sign in to comment.