javascript-action icon indicating copy to clipboard operation
javascript-action copied to clipboard

Confusion on `bundle` package script.

Open jasonkarns opened this issue 5 months ago • 2 comments

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

jasonkarns avatar Jul 30 '25 19:07 jasonkarns

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!

ncalteen avatar Jul 31 '25 18:07 ncalteen

Markdown

blaze27444 avatar Nov 20 '25 14:11 blaze27444