Skip to content

Commit

Permalink
fix: package exports for cli and types (#24)
Browse files Browse the repository at this point in the history
- 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 <sam@elide.ventures>
  • Loading branch information
sgammon committed Mar 30, 2024
1 parent b899dd2 commit 0464590
Show file tree
Hide file tree
Showing 5 changed files with 283 additions and 74 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
version: '8.15.3'
run_install: |
- args: [--frozen-lockfile, --strict-peer-dependencies]
- name: 'Build: Bundle'
id: build-bundle
run: bun --bun run build
- name: 'Check: Run ESLint'
run: |
bun run lint -- --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 0464590

Please sign in to comment.