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 <no-reply@ona.com>
Replace hardcoded /usr/bin/npx and /usr/local/bin/npx with $(which npx)
to handle different npx installation locations.

Co-authored-by: Ona <no-reply@ona.com>
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.

2 participants