chore: add build:watch script in root
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
c227dc86bb
commit
79fb62d409
@@ -43,6 +43,7 @@
|
||||
"scripts": {
|
||||
"dev": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"build:watch": "yarn nodemon --exec react-scripts build --watch 'src/**/*.ts' --watch 'public/**/*' --ext ts,html",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"lint": "eslint . --ignore-path ../../.eslintignore"
|
||||
|
Reference in New Issue
Block a user