chore(makefile): add parity targets and seeding

This commit is contained in:
William Valentin
2025-09-23 11:39:30 -07:00
parent dec8c7b42e
commit 16bd4a8b20
3 changed files with 69 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
"test:unit": "jest --testPathPatterns='(utils|types).*test\\.(ts|js)$'",
"test:services": "jest --testPathPatterns='services.*test\\.(ts|js)$'",
"test:integration": "jest --testPathPatterns='(tests/integration/.*\\.test\\.(ts|js)|services/.*/__tests__/integration/.*\\.test\\.(ts|js))$'",
"seed": "bun run scripts/seed.ts",
"lint:markdown": "markdownlint-cli2 \"**/*.md\"",
"lint:markdown:fix": "markdownlint-cli2 --fix \"**/*.md\"",
"check:secrets": "secretlint \"**/*\"",