fix(ci): typing issues; broken submodules (#826)

* Remove broken submodules

* Fix yarn typecheck

* Add build:deps before typecheck to fix missing dependencies

* fix: minor linting nitpick

Co-authored-by: Sophie L <beartechtalks@gmail.com>
This commit is contained in:
kate
2022-12-05 22:42:43 +08:00
committed by GitHub
parent 2181b4c30e
commit 72f1023771
7 changed files with 18 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ import { mapToRecord } from "../../lib/conversion";
import Persistent from "../interfaces/Persistent";
import Store from "../interfaces/Store";
interface DraftObject {
export interface DraftObject {
content?: string;
masquerade?: {
avatar: string;