fix: nodemon not watching for file updates

This commit is contained in:
Mark Mankarious
2023-03-23 21:47:09 +00:00
parent 28122ed6b7
commit dfab4c243d

View File

@@ -47,7 +47,7 @@
"react-dom": ">=17"
},
"scripts": {
"dev": "nodemon --watch src --exec npm run build",
"dev": "nodemon --watch ./src/ -e ts,tsx --exec npm run build",
"build": "webpack && tsc --declaration --emitDeclarationOnly",
"test": "jest"
},