frontend-maven-plugin icon indicating copy to clipboard operation
frontend-maven-plugin copied to clipboard

Support "node" as a goal to run a node script

Open raDiesle opened this issue 3 years ago • 1 comments

feature request

Current behavior right now, "node" is not supported as a goal.

Expected behavior there is a use cases where it would be helpful to access node to execute scripts with providing arguments ( without exec plugin) a) run a node script before calling a package.json script. Reason: yarn forces us to run yarn install before executing any script inside of package.json

raDiesle avatar Sep 20 '22 10:09 raDiesle

this would be nice