mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 04:26:23 +08:00
ci: start devServer before test running to avoid tests timeout (#11297)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user