We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c57f7a commit 141ce41Copy full SHA for 141ce41
1 file changed
build.sh
@@ -10,14 +10,3 @@ cd .gopeed-js
10
rm -rf .git
11
pnpm install
12
pnpm run build
13
-
14
-# Build gopeed-js API Reference Document
15
-pnpm run docs
16
-# Copy dist to /docs/public/site/reference
17
-cp -r docs/* ../.vitepress/dist/site/reference/
18
19
-# Build gopeed-js OpenAPI sepc
20
-cd packages/gopeed-openapi
21
-pnpm run build
22
-# Copy swagger.json to /docs/public/site/openapi
23
-cp build/swagger.json ../../../.vitepress/dist/site/openapi/
0 commit comments