ci: split migration test

This commit is contained in:
Alex Yang
2023-06-29 14:52:31 +08:00
parent 42ef3c0fc2
commit ed8480caf0
2 changed files with 6 additions and 1 deletions

View File

@@ -4,7 +4,8 @@
"scripts": {
"unzip": "unzip affine-web -d static",
"start": "yarn exec serve -s static -l 8082",
"e2e": "playwright test && vitest --run"
"e2e": "yarn playwright test",
"test": "vitest --run"
},
"devDependencies": {
"@affine-test/fixtures": "workspace:*",