chore(core): fix missing stuff (#3302)

This commit is contained in:
Alex Yang
2023-07-19 12:30:04 +08:00
committed by GitHub
parent e475aa4c99
commit b6e5618a2e
3 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -73,10 +73,9 @@
"@affine/electron/scripts/*": ["./apps/electron/scripts/*"],
"@affine-test/kit/*": ["./tests/kit/*"],
"@affine-test/fixtures/*": ["./tests/fixtures/*"],
"@toeverything/infra": ["./packages/infra/src"],
"@toeverything/y-indexeddb": ["./packages/y-indexeddb/src"],
"@toeverything/hooks/*": ["./packages/hooks/src/*"],
"@toeverything/plugin-infra": ["./packages/plugin-infra/src"],
"@toeverything/infra/*": ["./packages/infra/src/*"],
"@toeverything/plugin-infra/*": ["./packages/plugin-infra/src/*"],
"@affine/native": ["./packages/native/index.d.ts"],
"@affine/native/*": ["./packages/native/*"],