Commit Graph
10 Commits
Author SHA1 Message Date
jinhojang6 9f2e79f689 feat: add Logos CRM demo 2026-08-10 20:41:36 +09:00
JulesFILIOT ec9ef65921 chore(clean): clear workspace build caches
Extend `pnpm clean` to remove Next.js and Turbo cache folders so stale generated type files do not survive across runs.
2026-06-01 11:45:42 +09:00
JulesFILIOT eed4a130c5 chore: add scoped dev scripts
Add root scripts to run app-specific dev commands with Turbo dependency filters.
2026-05-28 11:41:33 +09:00
jinhojang6 ebfcd999cb fix(ci): unbreak Vercel install and prevent pnpm/lockfile drift
- Remove pinned pnpm 10.9.0 from pnpm/action-setup so it honors
  packageManager (pnpm@11.1.0) — fixes ERR_PNPM_BAD_PM_VERSION.
- Regenerate pnpm-lock.yaml to restore the vitest peer-dep snapshot
  resolved against @types/node@25.6.0 (civi-crm) — fixes
  ERR_PNPM_LOCKFILE_MISSING_DEPENDENCY on Vercel.
- Add scripts/__tests__/repo-health.test.mjs guarding against both
  classes of failure: workflow pnpm version must match packageManager,
  and pnpm-lock.yaml must satisfy --frozen-lockfile.
- Wire pnpm test:repo-health into test:release as the first step.
2026-05-21 19:37:11 +09:00
jinhojang6 94baf77713 chore: pin node 24 and pnpm 11 2026-05-19 17:57:00 +09:00
jinhojang6 65c2d9c7f7 ci: cover production branch release tests 2026-05-18 15:50:19 +09:00
jinhojang6 390822216f fix: build web workspace dependencies 2026-05-18 15:44:15 +09:00
jinhojang6 76149147c8 test: add monorepo release test gates 2026-05-18 14:24:33 +09:00
jinhojang6 8c7b4e39cf Refactor code for improved readability and consistency
- Updated error messages for clarity in GitHub client and configuration files.
- Reformatted code for better alignment and readability in various files including mutations, loaders, and schemas.
- Enhanced error handling by including causes in error messages where applicable.
- Adjusted function signatures for consistency across loaders and schemas.
- Added missing dependencies in turbo.json for test command.
2026-05-07 12:54:29 +09:00
Jinho Jang c0cb0ff0ed Initial commit 2026-04-20 22:24:39 +09:00