chore: add build:watch script in root

This commit is contained in:
Ali BARIN
2022-04-08 21:18:01 +02:00
committed by Ömer Faruk Aydın
parent c227dc86bb
commit 79fb62d409
3 changed files with 4 additions and 2 deletions

View File

@@ -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"