Skip to content

Commit 81a6c28

Browse files
chore(internal): bump prism version (#813)
1 parent 4fdc6fb commit 81a6c28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: 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.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
3939
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"
4141
fi

Diff for: scripts/test

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ fi
5454

5555
# Run tests
5656
echo "==> Running tests"
57-
./node_modules/.bin/jest
57+
./node_modules/.bin/jest "$@"

0 commit comments

Comments
 (0)