diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6fc23de50..396008885 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -101,14 +101,17 @@ checks were skipped and why: ```sh git diff --check npm run actionlint +npm run db:migrations:check npm run typecheck npm run test:coverage npm run test:workers npm run build:mcp npm run test:mcp-pack npm run ui:openapi:check +npm run ui:version-audit npm run ui:lint npm run ui:typecheck +npm run ui:test npm run ui:build npm audit --audit-level=moderate ```