mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2026-09-26 20:41:45 +00:00
fix(web): re-add FileDTO import; run svelte-check in CI
This commit is contained in:
@@ -34,6 +34,9 @@ jobs:
|
|||||||
- name: Shared tests
|
- name: Shared tests
|
||||||
run: pnpm --filter @cryptgeon/shared test
|
run: pnpm --filter @cryptgeon/shared test
|
||||||
|
|
||||||
|
- name: Frontend type check
|
||||||
|
run: pnpm --filter @cryptgeon/web check
|
||||||
|
|
||||||
- name: Run your tests
|
- name: Run your tests
|
||||||
run: pnpm test
|
run: pnpm test
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
bytesToHex,
|
bytesToHex,
|
||||||
create as apiCreate,
|
create as apiCreate,
|
||||||
packContent,
|
packContent,
|
||||||
type ServerNote
|
type FileDTO, type ServerNote
|
||||||
} from '@cryptgeon/shared'
|
} from '@cryptgeon/shared'
|
||||||
import { t } from 'svelte-intl-precompile'
|
import { t } from 'svelte-intl-precompile'
|
||||||
import { blur } from 'svelte/transition'
|
import { blur } from 'svelte/transition'
|
||||||
|
|||||||
Reference in New Issue
Block a user