Skip to content

Commit

Permalink
Merge pull request #1 from HenryLie/chore/sveltekit-sync-after-install
Browse files Browse the repository at this point in the history
chore: run sync after install to resolve warning on CI
  • Loading branch information
HenryLie authored Oct 12, 2023
2 parents 8f03b44 + 31c506a commit d3cd889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"author": "Henry Roes Lie",
"license": "MIT",
"scripts": {
"postinstall": "svelte-kit sync",
"dev": "vite dev",
"build": "vite build && npm run package",
"preview": "vite preview",
Expand Down

0 comments on commit d3cd889

Please sign in to comment.