We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2acb547 commit b3a8ccfCopy full SHA for b3a8ccf
package.json
@@ -23,7 +23,7 @@
23
"build": "node scripts/build.js",
24
"build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer",
25
"build:types": "rimraf temp && tsc --declaration --emitDeclarationOnly --outDir temp && api-extractor run",
26
- "test": "npm run lint && npm run ts-check && npm run test:types && npm run test:unit && npm run test:e2e",
+ "test": "npm run ts-check && npm run test:types && npm run test:unit && npm run test:e2e && npm run test:ssr",
27
"test:unit": "vitest run test/unit",
28
"test:ssr": "npm run build:ssr && vitest run test/ssr",
29
"test:e2e": "npm run build -- web-full-prod,web-server-renderer-basic && vitest run test/e2e",
0 commit comments