Last active
November 25, 2017 21:41
-
-
Save Kamilnaja/d8e78c07a934fb1891324efa2618ff5e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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