chore: bump version (#1110)

This commit is contained in:
x1a0t
2023-02-18 17:28:40 +08:00
committed by GitHub
parent 9d21c3efbb
commit 5812100fc6
8 changed files with 132 additions and 133 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
"test:unit:coverage": "vitest run --coverage",
"postinstall": "husky install",
"notify": "node --experimental-modules scripts/notify.mjs",
"update:blocksuite": "pnpm i --filter @affine/app --filter @affine/datacenter @blocksuite/blocks@nightly @blocksuite/store@nightly && pnpm i --filter @affine/app @blocksuite/editor@nightly"
"update:core": "pnpm up @blocksuite/*@nightly !@blocksuite/icons -r"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown",