Created
October 27, 2020 17:47
-
-
Save armand1m/ab1a7b2133576d9cd008426dd1129cfc to your computer and use it in GitHub Desktop.
adds nodemon and ts-node
This file contains hidden or 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
yarn add -D nodemon ts-node | |
npx add-project-script -n "dev" -v "nodemon --watch 'src/**/*.ts' --ignore 'src/**/*.spec.ts' --exec 'ts-node' src/index.ts" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment