From 890b631af2de7c990e0592ec06dc24dfb578693b Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Mon, 20 Oct 2025 10:53:33 -0700 Subject: [PATCH] fix: force release --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 789ae13b..8aebdfca 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,6 @@ "build:docs": "npx typedoc", "lint": "prettier --check \"*.{ts,js,json}\" && eslint src --cache", "prepack": "npm run build", - "pretest": "npm run build", "test": "vitest run", "prepare": "husky install" },