Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Aug 9, 2024
1 parent 1dca000 commit c50c573
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ jobs:
- name: debug 2
if: always()
run: |
npm install @stainless-api/prism-cli@5.8.4
npm ls @stainless-api/prism-cli@5.8.4
yarn add @stainless-api/prism-cli@5.8.4
# npm ls @stainless-api/prism-cli@5.8.4
yarn list
2 changes: 1 addition & 1 deletion scripts/mock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo "==> Starting mock server with URL ${URL}"

# Run prism mock on the given spec
if [ "$1" == "--daemon" ]; then
npm exec --package=@stainless-api/prism-cli@5.8.4 -- prism mock "$URL" &> .prism.log &
npm exec --package=@stainless-api/prism-cli@5.8.4 --loglevel=verbose -- prism mock "$URL" &> .prism.log &

# Wait for server to come online
echo -n "Waiting for server"
Expand Down

0 comments on commit c50c573

Please sign in to comment.