Skip to content

Commit 69aa0df

Browse files
committed
fix(tests): pin prism version
1 parent 39a8a37 commit 69aa0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mock

Lines changed: 1 addition & 1 deletion
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=@stoplight/[email protected].2 -- prism mock "$URL" &> .prism.log &
2525

2626
# Wait for server to come online
2727
echo -n "Waiting for server"

0 commit comments

Comments
 (0)