From 84a3dfd75a8c9e866a2c48ca4f86ef811cb57324 Mon Sep 17 00:00:00 2001 From: David Julian Albers Date: Sun, 28 Jun 2026 21:17:02 +0200 Subject: [PATCH] chore: remove unused tasks --- mise.toml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/mise.toml b/mise.toml index 8a6f6d8..ec8bcaf 100644 --- a/mise.toml +++ b/mise.toml @@ -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"