mujo-code / puppeteer-headful

Github Action for puppeteer that is headful.
MIT License
100 stars 44 forks source link

Allow any command passed as `args` #9

Closed stefanbuck closed 5 years ago

stefanbuck commented 5 years ago

BREAKING CHANGE

In the previous version, the usage of args was limited to npm lifecycle scripts like test, install, publish... Using a custom npm script like npm run whatever was not possible since the bash script split the command on whitespace. Furthermore, this rescritiong was preventing other use cases like issuing a custom command or script.

With this release, args can be any command like

jcblw commented 5 years ago

let me know if this works for you and that you for being patient with the issues in the repo.

stefanbuck commented 5 years ago

I verified this change by using my fork already 😉