All Questions
2 questions
0
votes
1
answer
1k
views
How to run npm script before merging one git branch to another
I'm looking for any suggestions. To describe my scenario I have a web app service on azure. We have it set up so the frontend(which uses React) is a part of the whole solution. Also we have ...
1
vote
0
answers
20
views
NPM script for Heroku deployment Vue&Express app
I would like to create npm script allowing me to build and deploy Vue & Node app to public host, in my case it is Heroku.
My app structure looks like this:
client // Vue ...