We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a8a37 commit 69aa0dfCopy full SHA for 69aa0df
scripts/mock
@@ -21,7 +21,7 @@ echo "==> Starting mock server with URL ${URL}"
21
22
# Run prism mock on the given spec
23
if [ "$1" == "--daemon" ]; then
24
- npm exec --package=@stoplight/prism-cli@~5.8 -- prism mock "$URL" &> .prism.log &
+ npm exec --package=@stoplight/[email protected].2 -- prism mock "$URL" &> .prism.log &
25
26
# Wait for server to come online
27
echo -n "Waiting for server"
0 commit comments