Skip to content

Commit

Permalink
Merge pull request #26 from jsr-core/misc
Browse files Browse the repository at this point in the history
Misc updates
  • Loading branch information
lambdalisue authored Aug 4, 2024
2 parents bef0148 + 30620c0 commit e8a2fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- main
pull_request:
workflow_dispatch:

jobs:
check:
Expand Down
3 changes: 1 addition & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"lock": false,
"name": "@core/asyncutil",
"version": "0.0.0",
"exports": {
Expand Down Expand Up @@ -52,6 +51,6 @@
"test:coverage": "deno task test --coverage=.coverage",
"coverage": "deno coverage .coverage",
"update": "deno run --allow-env --allow-read --allow-write=. --allow-run=git,deno --allow-net=jsr.io,registry.npmjs.org jsr:@molt/cli ./*.ts",
"update:commit": "deno task -q update --commit --prefix :package: --pre-commit=fmt,lint"
"update:commit": "deno task -q update --commit --prefix deps: --pre-commit=fmt,lint"
}
}

0 comments on commit e8a2fce

Please sign in to comment.