Skip to content

Commit

Permalink
Fixed setup custom elements docs
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 4, 2024
1 parent e802759 commit c3901b8
Show file tree
Hide file tree
Showing 5 changed files with 1,497 additions and 52 deletions.
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"start": "pnpm dev",
"dev": "pnpm setup:docs && vitepress dev",
"build": "pnpm setup:docs && vitepress build",
"setup:docs": "pnpm -F @darksoil-studio/tasks analyze && cp ../ui/custom-elements.json elements && pnpm setup:cargo",
"setup:docs": "pnpm setup:custom-elements && pnpm setup:cargo",
"setup:custom-elements": "pnpm -F @darksoil-studio/notifications analyze && mkdir -p public/elements && cp ../ui/custom-elements.json ./public/elements/custom-elements.json",
"setup:cargo": "cargo doc --release --no-deps --target-dir public/backend",
"preview": "vitepress preview"
},
Expand Down
Loading

0 comments on commit c3901b8

Please sign in to comment.