Skip to content

Commit

Permalink
add prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondwang committed Apr 4, 2024
1 parent b3196dd commit 78f1d86
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 @@ -5,6 +5,7 @@
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
Expand Down

0 comments on commit 78f1d86

Please sign in to comment.