Skip to content

Commit

Permalink
feat: add onTimeoutError option (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Jan 26, 2024
1 parent b82bef7 commit adb5fd8
Show file tree
Hide file tree
Showing 8 changed files with 626 additions and 121 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ jobs:

- name: Lint
run: nr lint

- name: Typecheck
run: nr typecheck
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"prepublishOnly": "nr build",
"release": "bumpp && pnpm publish",
"start": "esno src/index.ts",
"typecheck": "tsc --noEmit",
"test": "vitest"
},
"devDependencies": {
Expand All @@ -52,6 +53,6 @@
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.4.9",
"vitest": "^0.34.3"
"vitest": "^1.2.1"
}
}

0 comments on commit adb5fd8

Please sign in to comment.