Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/TOOLCHAIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading