Skip to content

Commit 1a5adce

Browse files
committed
Remove changes to vitest script
1 parent 60604a8 commit 1a5adce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"scripts": {
7777
"format": "prettier . --cache --plugin-search-dir=. --write",
7878
"check": "tsc --noEmit",
79-
"test": "vitest run",
79+
"test": "vitest run && echo \"manually check that there are no type errors in test/types by opening the files in there\"",
8080
"build": "rollup -c && pnpm types",
8181
"generate:version": "node ./scripts/generate-version.js",
8282
"dev": "rollup -cw",

0 commit comments

Comments
 (0)