Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,3 @@ run = "biome format --write ."
[tasks.lint]
description = "Lint the repository with Biome"
run = "biome check ."

[tasks.changeset]
description = "Record a changeset describing pending changes (interactive)"
run = "changeset"

[tasks.version]
description = "Apply pending changesets: bump versions + write changelogs"
run = "changeset version"

[tasks.publish]
description = "Build (via prepack) and publish changed packages to the registry"
run = "changeset publish"
Loading