Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Feb 13, 2024
1 parent 7741951 commit 7b444be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
run: pnpm -F @ensdomains/ensjs lint

- name: Type check
run: pnpm -F @ensdomains/ensjs exec tsc --project tsconfig.build.json --noEmit --emitDeclarationOnly false
run: pnpm -F @ensdomains/ensjs build
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { describe, expect, it } from 'vitest'
import { generateSupportedContentTypes } from './generateSupportedContentTypes.js'

type FunctionParameters = Parameters<typeof generateSupportedContentTypes>
Expand Down

0 comments on commit 7b444be

Please sign in to comment.