Skip to content

Instantly share code, notes, and snippets.

@Orbis25
Created March 30, 2021 13:25
Show Gist options
  • Save Orbis25/45b58e15852ae3e870b3aa6c1f3e08b0 to your computer and use it in GitHub Desktop.
Save Orbis25/45b58e15852ae3e870b3aa6c1f3e08b0 to your computer and use it in GitHub Desktop.
heroku deploy app nodejs and ts
"scripts":{
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "SET NODE_ENV=development &&nodemon index.ts",
"start": "node index.js",
"build": "tsc",
"postinstall": "npm run build"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment