File tree 2 files changed +3
-3
lines changed
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}"
21
21
22
22
# Run prism mock on the given spec
23
23
if [ " $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 &
25
25
26
26
# Wait for server to come online
27
27
echo -n " Waiting for server"
@@ -37,5 +37,5 @@ if [ "$1" == "--daemon" ]; then
37
37
38
38
echo
39
39
else
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 "
41
41
fi
Original file line number Diff line number Diff line change 54
54
55
55
# Run tests
56
56
echo " ==> Running tests"
57
- ./node_modules/.bin/jest
57
+ ./node_modules/.bin/jest " $@ "
You can’t perform that action at this time.
0 commit comments