Skip to content

Conversation

@jespino
Copy link
Collaborator

@jespino jespino commented Dec 5, 2025

  • Add npm/yarn ignore-scripts config to Dockerfile
  • Disable npx with a stub that shows an error message
  • Replace npx playwright with yarn playwright
  • Add --ignore-scripts flag to yarn install in .gitpod.yml

Related to PDE-128

jespino and others added 2 commits December 4, 2025 19:09
- Add npm/yarn ignore-scripts config to Dockerfile
- Disable npx with a stub that shows an error message
- Replace npx playwright with yarn playwright
- Add --ignore-scripts flag to yarn install in .gitpod.yml

Related to PDE-128

Co-authored-by: Ona <[email protected]>
Replace hardcoded /usr/bin/npx and /usr/local/bin/npx with $(which npx)
to handle different npx installation locations.

Co-authored-by: Ona <[email protected]>
Copy link

@corneliusludmann corneliusludmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Dockerfile config with npx stub. Verify playwright is in package.json for yarn playwright to work.

@jespino jespino merged commit 2dab716 into master Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants