Skip to content

Commit

Permalink
Resolve name conflict with svelte kit's prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwijos committed Jan 18, 2024
1 parent f843323 commit 9b3ba54
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 @@ -6,7 +6,7 @@
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync",
"prep-docker": "svelte-kit sync",
"test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
Expand Down

0 comments on commit 9b3ba54

Please sign in to comment.