npm install
npm run build
npm run serve
npm run deploy
Note: Select "N" for the question "Would you like to proceed with deletion? Selecting no will continue the rest of the deployments" while deploying the functions.
- Remember to build the project before serving/deploying to include your code changes
- If you are adding new functions, you will need deploy it first otherwise emulators won't pick up the change
- Ensure doppler is properly set up and it's reading secrets correctly. You can manually run
doppler secrets download --no-file | jq '{doppler: .}'
at your terminal to check