update: rename typedocs out dir to typedocs
This commit is contained in:
+1
-1
@@ -97,4 +97,4 @@ hasura/db_data/
|
|||||||
types/types.ts
|
types/types.ts
|
||||||
|
|
||||||
build
|
build
|
||||||
docs
|
typedocs
|
||||||
|
|||||||
+4
-5
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user