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" },