diff --git a/.gitignore b/.gitignore index 04b2b529..7f4cfd48 100644 --- a/.gitignore +++ b/.gitignore @@ -97,4 +97,4 @@ hasura/db_data/ types/types.ts build -docs +typedocs diff --git a/package.json b/package.json index 98526498..9fa460f4 100644 --- a/package.json +++ b/package.json @@ -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",