node-gradle / gradle-node-plugin

Gradle plugin for integrating NodeJS in your build. :rocket:
Apache License 2.0
599 stars 117 forks source link

There is even no npm run task config example #299

Open piscesvivian opened 7 months ago

piscesvivian commented 7 months ago

Simplist example, no

no docs no examples just guess just FAQ

··· task buildWebapp(type: NpmTask) { dependsOn pnpmInstall npmCommand = ['run', 'build'] } ···

Gradle is dieing