Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ jobs:
- name: Frontend tests
run: pnpm test

# `tsc --noEmit` does not emit declarations, so the errors that only
# occur while writing a `.d.ts` — an exported anonymous class with
# private fields, an inferred type naming a transitive dependency by its
# pnpm path — are invisible to every other check here. This is the build
# `npm publish` runs, and it was failing while the app was green.
- name: Editor package build
run: pnpm --filter @latentic/live-markdown build

- name: Rust tests
working-directory: src-tauri
run: cargo test --no-fail-fast
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"dev": "vite",
"build": "pnpm build:wasm && pnpm typecheck && vite build",
"build:wasm": "wasm-pack build crates/workspace-index-wasm --target web --out-dir ../../src/wasm/workspace_index_pkg --no-pack && rm -f src/wasm/workspace_index_pkg/.gitignore",
"build:editor": "pnpm --filter @latentic/live-markdown build",
"preview": "vite preview",
"tauri": "tauri",
"clean": "rm -rf target dist",
Expand All @@ -20,7 +19,7 @@
"test:rust": "cargo test",
"test:coverage": "vitest run --coverage --coverage.provider=v8 --coverage.include='src/**' --coverage.include='packages/*/src/**' --coverage.exclude='**/*.test.{ts,tsx}' --coverage.exclude='**/*.d.ts' --coverage.reporter=text-summary",
"coverage:rust": "cd src-tauri && cargo llvm-cov --workspace --summary-only",
"check": "pnpm build:editor && pnpm build && pnpm test && pnpm test:rust",
"check": "pnpm build && pnpm test && pnpm test:rust",
"test:browser": "vitest run --config vitest.browser.config.ts"
},
"dependencies": {
Expand All @@ -30,13 +29,13 @@
"@codemirror/language": "^6.12.3",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.43.0",
"@latentic/live-markdown": "^0.1.1",
"@tanstack/react-virtual": "^3.14.3",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-process": "^2",
"@tauri-apps/plugin-updater": "^2",
"@latentic/live-markdown": "workspace:*",
"comlink": "^4.4.2",
"decode-named-character-reference": "1.3.0",
"dompurify": "^3.4.12",
Expand Down
2 changes: 0 additions & 2 deletions packages/rich-editor/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions packages/rich-editor/LICENSE

This file was deleted.

265 changes: 0 additions & 265 deletions packages/rich-editor/README.md

This file was deleted.

Loading
Loading