Skip to content

Commit

Permalink
Update the build to patch Apollo client
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparpalgi committed Oct 20, 2023
1 parent 2f3759b commit 32a2e2c
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 @@ -3,7 +3,7 @@
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build": "sh ./patch-apollo-client.sh && vite build",
"preview": "vite preview",
"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 32a2e2c

Please sign in to comment.