mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(editor): typecheck for tests and playground (#9897)
This commit is contained in:
@@ -107,13 +107,6 @@ export class InitCommand extends Command {
|
||||
['references'],
|
||||
this.workspace.packages
|
||||
.filter(p => p.isTsProject)
|
||||
.filter(
|
||||
p =>
|
||||
// NOTE(@forehalo): there two packages including outdated types, will be fixed when merged with affine-e2e
|
||||
!['@blocksuite/playground', '@blocksuite/legacy-e2e'].includes(
|
||||
p.name
|
||||
)
|
||||
)
|
||||
.map(p => ({ path: p.path.relativePath })),
|
||||
{}
|
||||
)
|
||||
|
||||
@@ -452,7 +452,9 @@ export const PackageList = [
|
||||
'blocksuite/affine/shared',
|
||||
'blocksuite/framework/block-std',
|
||||
'blocksuite/framework/global',
|
||||
'blocksuite/framework/inline',
|
||||
'blocksuite/presets',
|
||||
'blocksuite/framework/store',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user