chore: remove typedoc script from additional-components pkg

This commit is contained in:
braks
2022-10-08 23:25:34 +02:00
committed by Braks
parent 4593550f85
commit acc0526fdb
@@ -24,7 +24,6 @@
"scripts": {
"build": "vite build",
"types": "vue-tsc --declaration --emitDeclarationOnly && pnpm lint:dist",
"typedoc": "typedoc --options ./typedoc.json",
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path ../../.gitignore .",
"lint:dist": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix ./dist",
"test": "exit 0"