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.)
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