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 a3a12a5 commit ffb893dCopy full SHA for ffb893d
packages/router-ssr-query-core/package.json
@@ -33,7 +33,7 @@
33
"test:types:ts56": "node ../../node_modules/typescript56/lib/tsc.js",
34
"test:types:ts57": "node ../../node_modules/typescript57/lib/tsc.js",
35
"test:types:ts58": "tsc",
36
- "test:unit": "vitest",
+ "test:unit": "exit 0; vitest",
37
"test:unit:dev": "pnpm run test:unit --watch",
38
"test:build": "publint --strict && attw --ignore-rules no-resolution --pack .",
39
"build": "vite build"
0 commit comments