Skip to content

Commit

Permalink
feat: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Nov 21, 2024
1 parent 9ca059e commit de9b455
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
"start": "turbo run start",
"build": "turbo run build --no-cache",
"build:portal": "cd packages/studio-website && npm run build:site",
"build:examples": "pnpm i && rm -rf package-lock.json && npm run build && cd examples/graph-apps && npm run build:site",
"build:docs": "pnpm i && rm -rf package-lock.json && npm run build && cd docs/portal && npm run build:site",
"build:docs-dumi-components": "npm run prev && npm run build && dumi build",
"build:docs:interactive": "pnpm i && rm -rf package-lock.json && npm run build && cd docs/interactive && npm run build:site",
"build:docs:portal": "npm run prev && npm run build && dumi build",
"docs": "dumi dev",
"version": "changeset version",
"publish": "npm run prev && npm run build && pnpm publish -r --force",
Expand Down

0 comments on commit de9b455

Please sign in to comment.