Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix playground CI test problem #677

Merged
merged 3 commits into from
Jan 31, 2024
Merged

Conversation

Xophmeister
Copy link
Member

The problem was that the frontend's NPM modules were being cached incorrectly: this included Puppeteer, so it wasn't reinstalled, but didn't include Puppeteer's Chrome. Updated the cache to include Puppeteer's Chrome.

(Also updated the update-wasm-grammars.sh script to generate the Bash Tree-sitter WASM.)

Resolves #665

@Xophmeister Xophmeister enabled auto-merge (squash) January 30, 2024 17:56
@Xophmeister Xophmeister merged commit e9f2fd8 into main Jan 31, 2024
4 checks passed
@Xophmeister Xophmeister deleted the chris/playground/fix-frontend-test branch January 31, 2024 08:22
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.

web playground CI fails
2 participants