frontend-maven-plugin
                                
                                 frontend-maven-plugin copied to clipboard
                                
                                    frontend-maven-plugin copied to clipboard
                            
                            
                            
                        Support "node" as a goal to run a node script
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
this would be nice