docs: remove test script

This commit is contained in:
braks
2022-07-30 16:35:30 +02:00
committed by Braks
parent f386ea454c
commit c4f9492a4f

View File

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