Skip to content

Commit

Permalink
add safeguard
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Nov 28, 2024
1 parent 37a0a19 commit ce85320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils/yarn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const addWorkaroundResolutions = async ({
'@testing-library/user-event': '^14.5.2',
};

if (key.includes('svelte-kit')) {
if (key?.includes('svelte-kit')) {
packageJson.resolutions['@sveltejs/vite-plugin-svelte'] = '^3.0.0';
}

Expand Down

0 comments on commit ce85320

Please sign in to comment.