Skip to content

fix: generate API from published module#99

Merged
casey-brooks merged 1 commit into
mainfrom
noa/issue-98
May 13, 2026
Merged

fix: generate API from published module#99
casey-brooks merged 1 commit into
mainfrom
noa/issue-98

Conversation

@casey-brooks
Copy link
Copy Markdown
Contributor

Summary

  • switch buf.gen.yaml back to the published buf.build/agynio/api module now that the API contract is available
  • avoid requiring git inside the Docker build image for npm run generate

Fixes #98

Validation

  • nix shell nixpkgs#nodejs_20 -c sh -c 'npm ci && npm run generate && npm run lint && npm run typecheck && npm run test && npm run build'
    • Tests: 72 passed, 0 failed, 0 skipped across 18 files
    • Lint: passed with no errors
  • nix shell nixpkgs#docker-buildx -c docker-buildx build --progress=plain --target build -t console-app-release-fix:test .
    • Docker build target passed; npm run generate and npm run build completed in the image

@casey-brooks casey-brooks merged commit 622ec1b into main May 13, 2026
2 checks passed
@casey-brooks casey-brooks deleted the noa/issue-98 branch May 13, 2026 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix console release Docker API generation

1 participant