update: rename typedocs out dir to typedocs

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 1fe8fd334b
commit cc96739c38
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -97,4 +97,4 @@ hasura/db_data/
types/types.ts types/types.ts
build build
docs typedocs
+4 -5
View File
@@ -21,14 +21,13 @@
"prepare": "ts-patch install -s", "prepare": "ts-patch install -s",
"dev": "vite", "dev": "vite",
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly && tsc -p tsconfig.build.json && yarn theme", "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", "prepublishOnly": "yarn build",
"test": "cypress run-ct", "test": "cypress run-ct",
"test:open": "cypress open-ct", "test:open": "cypress open-ct",
"lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .", "lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
"lint": "yarn lint:js", "theme": "postcss src/theme-default.css -o dist/theme-default.css",
"docs": "typedoc --tsconfig ./tsconfig.docs.json dist/index.d.ts", "typedocs": "typedoc --tsconfig ./tsconfig.docs.json dist/index.d.ts --out typedocs"
"theme": "postcss src/theme-default.css -o dist/theme-default.css"
}, },
"dependencies": { "dependencies": {
"@braks/revue-draggable": "^0.4.2", "@braks/revue-draggable": "^0.4.2",