Skip to content

Commit 869979f

Browse files
chore(tests): update prism version (#25)
1 parent 5185670 commit 869979f

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.8 -- prism mock "$URL" &> .prism.log &
24+
npm exec --package=@stainless-api/[email protected].4 -- 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.8 -- prism mock "$URL"
40+
npm exec --package=@stainless-api/[email protected].4 -- prism mock "$URL"
4141
fi

0 commit comments

Comments
 (0)