Skip to content

rish1020/rishav-api-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploying to Vercel

  1. Add and commit the changes in the repo
  2. Run Command npm run vercel-deploy which will run the script and push the changes to main branch.

Why push dist folder

We need to run the build command to transpile ts to js during build time. However, if we use builds command in vercel.json it doesn't allow the npm run build command to be executed hence, we need to build the project and then push the code.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published