Merge branch 'feat/cloud-sync-saika' into feat/poc

This commit is contained in:
JimmFly
2023-01-09 18:10:41 +08:00
17 changed files with 153 additions and 726 deletions
+1 -3
View File
@@ -16,8 +16,7 @@
"test": "playwright test",
"test:dc": "pnpm --filter @affine/datacenter test",
"test:e2e:codegen": "npx playwright codegen http://localhost:8080",
"test:unit": "vitest run",
"test:unit:watch": "vitest",
"test:unit": "playwright test --config=playwright.config.unit.ts",
"postinstall": "husky install",
"notify": "node --experimental-modules scripts/notify.mjs",
"check:ci": "pnpm lint & pnpm test"
@@ -44,7 +43,6 @@
"jest": "^29.3.1",
"lint-staged": "^13.1.0",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.3"
},
"eslintConfig": {