test: migration test in real world (#2885)

This commit is contained in:
Alex Yang
2023-06-29 14:50:26 +08:00
committed by GitHub
parent e08ee9b7ff
commit 42ef3c0fc2
14 changed files with 260 additions and 31 deletions
+1
View File
@@ -22,6 +22,7 @@
"build:storybook": "nx build @affine/storybook",
"build:plugins": "./apps/electron/scripts/plugins/build-plugins.mjs",
"start:web": "yarn workspace @affine/web start",
"start:web-static": "yarn exec serve apps/web/out -l 8080",
"start:storybook": "yarn exec serve apps/storybook/storybook-static -l 6006",
"serve:test-static": "yarn exec serve tests/fixtures --cors -p 8081",
"lint": "eslint . --ext .js,mjs,.ts,.tsx --cache",