diff --git a/docs/TOOLCHAIN.md b/docs/TOOLCHAIN.md index a563e3f..0b79998 100644 --- a/docs/TOOLCHAIN.md +++ b/docs/TOOLCHAIN.md @@ -53,7 +53,7 @@ Questa pagina descrive runtime, comandi e guardrail effettivi di Sentinel. - dashboard web dinamica: `npm run dev`. - build CLI: `npm run build:cli`. - build web: `npm run build:web`. -- React Doctor: `npm run quality:react-doctor`, basato su `npx react-doctor@latest`. +- React Doctor: `npm run quality:react-doctor`, basato su `npx --yes react-doctor@latest`. - build completa: `npm run build`. - pubblicazione payload dashboard: `npm run sentinel -- publish-dashboard`. - test email Gmail: `npm run sentinel -- test-email --profile gmail`. diff --git a/package.json b/package.json index 9e06d0e..5366b5c 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "dev:cli": "tsx src/index.ts", "sentinel": "tsx src/index.ts", "test": "vitest run test", - "doctor": "npx react-doctor@latest --full --fail-on error .", - "quality:react-doctor": "npx react-doctor@latest --full --fail-on error ." + "doctor": "npx --yes react-doctor@latest --full --fail-on error .", + "quality:react-doctor": "npx --yes react-doctor@latest --full --fail-on error ." }, "dependencies": { "@vercel/blob": "^2.4.0",