Skip to content

Commit

Permalink
Merge branch 'main' into docs-flyout-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Sep 3, 2024
2 parents af0777d + 9466024 commit 180623c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lint": "pnpm -r lint",
"format": "pnpm -r format",
"test": "pnpm -r test",
"build": "cd ./packages/site-kit && pnpm build && cd ../repl && pnpm build && cd ../../apps/svelte.dev && pnpm build",
"build": "cd ./packages/site-kit && pnpm package && cd ../repl && pnpm package && cd ../../apps/svelte.dev && pnpm build",
"changeset:version": "changeset version && pnpm -r generate:version && git add --all",
"changeset:publish": "changeset publish"
},
Expand Down

0 comments on commit 180623c

Please sign in to comment.