Skip to content

Commit

Permalink
SvelteKit sync on postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 committed Dec 19, 2024
1 parent 5cf14a5 commit d753840
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "logo",
"private": true,
"scripts": {
"postinstall": "svelte-kit sync",
"dev": "vite dev",
"build": "vite build",
"preview": "vite build && vite preview",
Expand Down
1 change: 1 addition & 0 deletions packages/tests-svelte4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "tests-svelte4",
"private": true,
"scripts": {
"postinstall": "svelte-kit sync",
"dev": "vite dev",
"build": "vite build",
"preview": "vite build && vite preview",
Expand Down
1 change: 1 addition & 0 deletions packages/tests-svelte5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "tests-svelte5",
"private": true,
"scripts": {
"postinstall": "svelte-kit sync",
"dev": "vite dev",
"build": "vite build",
"preview": "vite build && vite preview",
Expand Down

0 comments on commit d753840

Please sign in to comment.