We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60604a8 commit 1a5adceCopy full SHA for 1a5adce
packages/svelte/package.json
@@ -76,7 +76,7 @@
76
"scripts": {
77
"format": "prettier . --cache --plugin-search-dir=. --write",
78
"check": "tsc --noEmit",
79
- "test": "vitest run",
+ "test": "vitest run && echo \"manually check that there are no type errors in test/types by opening the files in there\"",
80
"build": "rollup -c && pnpm types",
81
"generate:version": "node ./scripts/generate-version.js",
82
"dev": "rollup -cw",
0 commit comments