Remove scripts

This commit is contained in:
2026-05-04 12:14:15 +00:00
parent b8b0a4a1ba
commit 8d7856f32e
3 changed files with 0 additions and 146 deletions

View File

@@ -16,8 +16,6 @@
"test": "vitest --run --passWithNoTests",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage --passWithNoTests",
"nuke": "tsx scripts/rm-dbs.ts",
"nuke:dry": "tsx scripts/rm-dbs.ts --dry",
"format": "prettier --write \"**/*.{js,ts,md,json}\" --ignore-path .gitignore",
"format:check": "prettier --check .",
"autocomplete:install": "node dist/cli/index.js completions bash --install",