diff --git a/03_source/frontend/package.json b/03_source/frontend/package.json index 571d49e..cbf7ef9 100644 --- a/03_source/frontend/package.json +++ b/03_source/frontend/package.json @@ -23,7 +23,7 @@ "re:build-npm": "npm run clean && npm install && npm run build", "tsc:dev": "yarn dev & yarn tsc:watch", "tsc:print": "npx tsc --showConfig", - "tsc:w": "npx nodemon --delay 1 --ext ts,tsx --exec \"yarn tsc\"", + "tsc:w": "npx nodemon --delay 1 --ext ts,tsx --exec \"yarn tsc || (sleep 10; touch src/app.tsx)\"", "tsc:watch": "tsc --noEmit --watch", "tsc": "tsc --noEmit" }, @@ -147,4 +147,4 @@ "vite": "^6.2.3", "vite-plugin-checker": "^0.9.1" } -} +} \ No newline at end of file