File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ echo "==> Starting mock server with URL ${URL}"
2121
2222# Run prism mock on the given spec
2323if [ " $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
3939else
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 "
4141fi
Original file line number Diff line number Diff line change 5454
5555# Run tests
5656echo " ==> Running tests"
57- ./node_modules/.bin/jest
57+ ./node_modules/.bin/jest " $@ "
You can’t perform that action at this time.
0 commit comments