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