Skip to content

Instantly share code, notes, and snippets.

@Joe1220
Last active June 10, 2020 13:21
Show Gist options
  • Save Joe1220/e35d8fff30e6feed16db8d3961999f5d to your computer and use it in GitHub Desktop.
Save Joe1220/e35d8fff30e6feed16db8d3961999f5d to your computer and use it in GitHub Desktop.
script version 1
"scripts": {
"dev": "nodemon --exec ts-node -r tsconfig-paths/register src/index.ts",
"build": "tsc -p tsconfig.json",
"prestart": "rm -rf ./dist && yarn build",
"start": "node dist/index.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment