Skip to content

Instantly share code, notes, and snippets.

@dgrebb
Last active December 27, 2023 03:55
Show Gist options
  • Save dgrebb/2306be9c4726b893197d9febf8a74d67 to your computer and use it in GitHub Desktop.
Save dgrebb/2306be9c4726b893197d9febf8a74d67 to your computer and use it in GitHub Desktop.
npm scripts - typescript tsc-watch, build, and (re)start app
"scripts": {
"dev": "npx tsc-watch --onSuccess \"node build/app.js\""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment