Skip to content

Commit

Permalink
chore: lint and typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Bekacru committed Apr 22, 2024
1 parent b68a1a2 commit 35dd06b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
uses: actions/checkout@v4
- uses: ./.github/setup

- name: Lint
run: bun lint

- name: Typecheck
run: bun typecheck

- name: Test
run: bun test
release:
Expand Down
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "better-fetch",
"version": "0.0.1",
"packageManager": "bun@1.0.24",
"packageManager": "bun@1.1.4",
"devDependencies": {
"@types/bun": "^1.1.0",
"@types/node": "^20.11.30",
"biome": "^0.3.3",
"tsup": "^8.0.2",
"@types/bun": "^1.1.0",
"semantic-release": "^23.0.8"
"semantic-release": "^23.0.8",
"tsup": "^8.0.2"
},
"exports": {
".": "./dist/index.js"
Expand Down

0 comments on commit 35dd06b

Please sign in to comment.