javascript-action
javascript-action copied to clipboard
Confusion on `bundle` package script.
I'm confused why this action uses bundle as the package script and not the prepare lifecycle hook that exists for this purpose?
https://docs.npmjs.com/cli/v6/using-npm/scripts#life-cycle-scripts
Originally this was because the action is not being published to any npm registry. However, in practice it does make sense. If you're interested in contributing, please feel free to fork and create a PR!
Markdown