Alen Subasic

Results 5 comments of Alen Subasic

Thank you @Loic57 I've added a new script command to do the check for `dist/esm/polyfills` ```bash "storybook": "(node -e \"if (! require('fs').existsSync('./dist/esm/polyfills')){process.exit(1)} \" || stencil build) && storybook dev -p...

Still no Chrome? We have version 7.0 and it also is missing Chrome. Is there any solutions that don't involve installing chrome manually?

This is how I solved it ```yaml version: 0.2 phases: pre_build: commands: - echo Updating Node.js to version 18 - n 18 - node -v - npm -v - echo...

Looks like this never got added. I am trying to run a container that requires imagemagick as well.