eirslett / frontend-maven-plugin

"Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.
Apache License 2.0
4.21k stars 867 forks source link

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

Open raDiesle opened 1 year ago

raDiesle commented 1 year ago

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

mariomurrent-softwaresolutions commented 1 year ago

this would be nice