From c4f9492a4f77ca242fb33eef1c1287eb87c24ab3 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sat, 30 Jul 2022 16:35:30 +0200 Subject: [PATCH] docs: remove test script --- docs/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",