Skip to content

Instantly share code, notes, and snippets.

@Kamilnaja
Last active November 25, 2017 21:41
Show Gist options
  • Save Kamilnaja/d8e78c07a934fb1891324efa2618ff5e to your computer and use it in GitHub Desktop.
Save Kamilnaja/d8e78c07a934fb1891324efa2618ff5e to your computer and use it in GitHub Desktop.
"scripts": {
"clean": "rimraf dist",
"build": "tsc",
"watch:build": "tsc --watch",
"watch:server": "nodemon './dist/index.js' --watch './dist'",
"start": "npm-run-all clean build --parallel watch:build watch:server --print-label"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment