tweag / topiary

https://topiary.tweag.io/
MIT License
511 stars 17 forks source link

Fix playground CI test problem #677

Closed Xophmeister closed 5 months ago

Xophmeister commented 5 months ago

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