ci: start devServer before test running to avoid tests timeout (#11297)

This commit is contained in:
Brooooooklyn
2025-03-31 10:39:34 +00:00
parent eda680ccdc
commit 47a8d15878
10 changed files with 117 additions and 73 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"r": "./bin/runner.js"
},
"exports": {
"./loader": "./loader.js"
"./loader": "./loader.js",
"./bundle": "./src/bundle.ts"
},
"scripts": {
"affine": "r ./src/affine.ts"