update: rename typedocs out dir to typedocs

This commit is contained in:
Braks
2022-03-29 14:51:08 +02:00
parent 1fe8fd334b
commit cc96739c38
2 changed files with 5 additions and 6 deletions

View File

@@ -21,14 +21,13 @@
"prepare": "ts-patch install -s",
"dev": "vite",
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly && tsc -p tsconfig.build.json && yarn theme",
"postbuild": "shx rm -rf tmp && yarn docs",
"postbuild": "shx rm -rf tmp && yarn typedocs",
"prepublishOnly": "yarn build",
"test": "cypress run-ct",
"test:open": "cypress open-ct",
"lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
"lint": "yarn lint:js",
"docs": "typedoc --tsconfig ./tsconfig.docs.json dist/index.d.ts",
"theme": "postcss src/theme-default.css -o dist/theme-default.css"
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
"theme": "postcss src/theme-default.css -o dist/theme-default.css",
"typedocs": "typedoc --tsconfig ./tsconfig.docs.json dist/index.d.ts --out typedocs"
},
"dependencies": {
"@braks/revue-draggable": "^0.4.2",