Skip to content

Commit c50c573

Browse files
committed
debug
1 parent 1dca000 commit c50c573

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@ jobs:
5454
- name: debug 2
5555
if: always()
5656
run: |
57-
npm install @stainless-api/[email protected]
58-
npm ls @stainless-api/[email protected]
57+
yarn add @stainless-api/[email protected]
58+
# npm ls @stainless-api/[email protected]
59+
yarn list

scripts/mock

Lines changed: 1 addition & 1 deletion
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=@stainless-api/[email protected] -- prism mock "$URL" &> .prism.log &
24+
npm exec --package=@stainless-api/[email protected] --loglevel=verbose -- prism mock "$URL" &> .prism.log &
2525

2626
# Wait for server to come online
2727
echo -n "Waiting for server"

0 commit comments

Comments
 (0)