I have a .NET 5 web application using the DNX framework, and I want to run 'npm install', 'bower install' and others, whenever I build the project.
Right now I'm able to do so on publish, using 'prepublish', but it doesn't seem to work with 'prebuild', although I saw it is possible here
What I have now:
"scripts": {
"prepublish": [ "npm install", "bower install", "tsd install", "gulp min" ]
}
As of RC1, you have to "produce outputs" to pipe the build through dnu
:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With