Skip to content

fix(build): add prettier to devDependencies#23255

Open
b0o wants to merge 2 commits intoanomalyco:devfrom
b0o:patch-1
Open

fix(build): add prettier to devDependencies#23255
b0o wants to merge 2 commits intoanomalyco:devfrom
b0o:patch-1

Conversation

@b0o
Copy link
Copy Markdown

@b0o b0o commented Apr 18, 2026

Issue for this PR

Fixes #23256

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Fixes build error caused by #23228, which added a prettier step to generate.ts which broke Nix builds due to missing dev dependency.

How did you verify your code works?

Build succeeds

Screenshots / recordings

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions github-actions bot added needs:compliance This means the issue will auto-close after 2 hours. needs:issue labels Apr 18, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions github-actions bot removed needs:compliance This means the issue will auto-close after 2 hours. needs:issue labels Apr 18, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

@jerome-benoit
Copy link
Copy Markdown
Contributor

The PR needs a bun install to regenerate the lockfile after adding prettier to package.json, otherwise the Nix node_modules hash will still be stale.

@b0o
Copy link
Copy Markdown
Author

b0o commented Apr 18, 2026

@jerome-benoit oops, should be fixed

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.

Nix build broken due to missing prettier devDependency

2 participants