diff --git a/docs/package.json b/docs/package.json index 19ebb959..9e5db989 100644 --- a/docs/package.json +++ b/docs/package.json @@ -7,8 +7,7 @@ "build": "pnpm run typedoc && vitepress build src", "serve": "vitepress serve src", "lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .", - "typedoc": "typedoc --options ./typedoc.json", - "test": "echo \"Error: no test specified\" && exit 1" + "typedoc": "typedoc --options ./typedoc.json" }, "dependencies": { "@algolia/client-search": "^4.14.2",