Skip to content

Commit

Permalink
build svelte-pieces before trying to build kitbook
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-8 committed Jun 28, 2023
1 parent 36c6535 commit a2d8a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kitbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Svelte Component Documentation and Prototyping Workbench built using SvelteKit",
"scripts": {
"dev": "vite dev --mode kitbook",
"build:deps": "cd ../.. && pnpm build:deps && cd packages/kitbook",
"build:deps": "cd ../.. && pnpm build:deps && pieces:package && cd packages/kitbook",
"build": "pnpm build:deps && vite build --mode kitbook",
"preview": "vite preview --mode kitbook",
"package": "svelte-kit sync && svelte-package && publint",
Expand Down

0 comments on commit a2d8a4d

Please sign in to comment.