feat: nodemon run example

This commit is contained in:
curd
2020-10-30 14:36:42 +03:00
parent 05e46faf4f
commit 71ab42d5be
3 changed files with 6 additions and 5 deletions

View File

@@ -30,7 +30,7 @@
"typescript": "^3.8.3"
},
"scripts": {
"start": "node server.js",
"start": "nodemon server.js",
"start:cra": "react-scripts start",
"prebuild": "cp -f ./tsconfig.production.json ./tsconfig.json",
"build": "cross-env NODE_ENV=production && react-scripts build",