Last active
June 10, 2020 13:21
-
-
Save Joe1220/e35d8fff30e6feed16db8d3961999f5d to your computer and use it in GitHub Desktop.
script version 1
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
"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