chore: update BlockSuite version including introducing feature flag, adding upgrade npm script

This commit is contained in:
x1a0t
2023-01-12 14:59:44 +08:00
parent ae6fc7bb18
commit 13de557d24
5 changed files with 45 additions and 46 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": "chmod 755 update-dep.sh && sh update-dep.sh"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown",