Skip to content

Commit

Permalink
update check
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdickinson committed Jul 16, 2024
1 parent 2b4a0ac commit 0b6eb8f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
bun-version: latest

- name: jsr slow types check
run: npx jsr publish --dry-run
run: deno publish --dry-run

- name: Test
run: npm run test
Expand Down
14 changes: 12 additions & 2 deletions jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
"name": "@extism/extism",
"version": "0.0.0-replaced-by-ci",
"exports": "./src/mod.ts",
"include": ["./src/**/*.ts", "LICENSE", "README.md", "types", "tsconfig.json"],
"exclude": ["./src/mod.test.ts"]
"publish": {
"include": [
"./src/**/*.ts",
"LICENSE",
"README.md",
"types",
"tsconfig.json"
],
"exclude": [
"./src/mod.test.ts"
]
}
}

0 comments on commit 0b6eb8f

Please sign in to comment.