Skip to content

Commit 610851f

Browse files
authored
chore: remove lint and reduce amount of checks from sveltekit tests (#369)
1 parent 66423f9 commit 610851f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/sveltekit.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ export async function test(options: RunOptions) {
1212
'@sveltejs/vite-plugin-svelte-inspector': true,
1313
},
1414
beforeTest: 'pnpm playwright install chromium',
15-
test: ['test:vite-ecosystem-ci', 'lint', 'check'],
15+
test: [
16+
'test:vite-ecosystem-ci',
17+
'pnpm --dir packages/kit check', // only run checks for kit package, not the whole repo
18+
],
1619
})
1720
}

0 commit comments

Comments
 (0)