mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-23 08:31:16 -04: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