Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/capture_readme_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ for _ in range(90):
raise SystemExit("Training did not complete in time")
PY

npm install --prefix "${NODE_TOOLS_DIR}" --no-save --no-package-lock playwright >/dev/null
NODE_PATH="${NODE_TOOLS_DIR}/node_modules" npx -y playwright install chromium >/dev/null
npm install --prefix "${NODE_TOOLS_DIR}" --ignore-scripts --no-save --no-package-lock playwright >/dev/null
NODE_PATH="${NODE_TOOLS_DIR}/node_modules" "${NODE_TOOLS_DIR}/node_modules/.bin/playwright" install chromium >/dev/null
NODE_PATH="${NODE_TOOLS_DIR}/node_modules" node "${ROOT_DIR}/scripts/capture_readme_demo.cjs" \
--base-url "${BASE_URL}" \
--output-dir "${RAW_DIR}" \
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading