Merge remote-tracking branch 'origin/master' into feat/datacenter (#727)

This commit is contained in:
zuomeng wang
2023-01-13 14:50:15 +08:00
committed by GitHub
parent 94cad8b080
commit 3efc4b554b
4 changed files with 162 additions and 43 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
"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"
"check:ci": "pnpm lint & pnpm test",
"update:blocksuite": "pnpm i --filter @affine/app --filter @affine/datacenter @blocksuite/blocks@nightly @blocksuite/store@nightly && pnpm i --filter @affine/app @blocksuite/editor@nightly"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown",