mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05:00
fix: nodemon not watching for file updates
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user