mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 19:16:29 +08:00
chore: update BlockSuite version including introducing feature flag, adding upgrade npm script
This commit is contained in:
+2
-1
@@ -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": "chmod 755 update-dep.sh && sh update-dep.sh"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": "prettier --write --ignore-unknown",
|
||||
|
||||
Reference in New Issue
Block a user