fix: remove redundant package in data-center

This commit is contained in:
x1a0t
2023-01-12 18:05:00 +08:00
parent f9654ce31c
commit f78ee0670e
3 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
"postinstall": "husky install",
"notify": "node --experimental-modules scripts/notify.mjs",
"check:ci": "pnpm lint & pnpm test",
"update:blocksuite": "pnpm i --filter @affine/app --filter @affine/datacenter @blocksuite/blocks@nightly @blocksuite/store@nightly @blocksuite/editor@nightly"
"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",