Skip to content

Commit b3a8ccf

Browse files
committed
chore: fix test script [ci skip]
1 parent 2acb547 commit b3a8ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build": "node scripts/build.js",
2424
"build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer",
2525
"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",
26+
"test": "npm run ts-check && npm run test:types && npm run test:unit && npm run test:e2e && npm run test:ssr",
2727
"test:unit": "vitest run test/unit",
2828
"test:ssr": "npm run build:ssr && vitest run test/ssr",
2929
"test:e2e": "npm run build -- web-full-prod,web-server-renderer-basic && vitest run test/e2e",

0 commit comments

Comments
 (0)