Skip to content

Commit 0464590

Browse files
authored
fix: package exports for cli and types (#24)
- fix: package exports for main entrypoint - fix: missing `type` field in `package.json` - fix: better type mappings for require/import - fix: run build before lint step - chore: add `publint` step - chore: bump version → `1.0.2` Signed-off-by: Sam Gammon <[email protected]>
1 parent b899dd2 commit 0464590

File tree

5 files changed

+283
-74
lines changed

5 files changed

+283
-74
lines changed

.github/workflows/check.eslint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
version: '8.15.3'
4444
run_install: |
4545
- args: [--frozen-lockfile, --strict-peer-dependencies]
46+
- name: 'Build: Bundle'
47+
id: build-bundle
48+
run: bun --bun run build
4649
- name: 'Check: Run ESLint'
4750
run: |
4851
bun run lint -- --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif

bun.lockb

7.37 KB
Binary file not shown.

0 commit comments

Comments
 (0)