I have deployed my Reactjs
Application with firebase but After making certain changes to my code, I want to redeploy that app. How can I redeploy the app after making changes to my code?
I follow these steps to deploy:
- Firebase login
- firebase init (follow the procedure and create build)
- npm run build
- firebase deploy