diff --git a/.github/workflows/deploy-api-docs.yaml b/.github/workflows/deploy-api-docs.yaml index b7276e0..28d8e7a 100644 --- a/.github/workflows/deploy-api-docs.yaml +++ b/.github/workflows/deploy-api-docs.yaml @@ -46,7 +46,7 @@ jobs: - name: Install dependencies run: | cd apidocs/ - npm ci # or pnpm install / yarn install / bun install + npm i # or pnpm install / yarn install / bun install - name: Build with VitePress run: | cd apidocs/ diff --git a/apidocs/package.json b/apidocs/package.json index 560296e..e42d6e6 100644 --- a/apidocs/package.json +++ b/apidocs/package.json @@ -19,6 +19,9 @@ "vue": "^3.3.4" }, "dependencies": { + "@types/dat.gui": "^0.7.9", + "@types/three": "^0.152.0", + "copper3d_plugin_heart_k": "^1.0.14", "three": "^0.156.1", "vitepress-plugin-search": "^1.0.4-alpha.20" }