Skip to content

Commit

Permalink
chore: fix publishing (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit authored Oct 1, 2024
1 parent 26c905a commit b4dad32
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,6 @@ jobs:
- name: integration tests
if: matrix.os != 'windows-latest'
run: deno test -A --permit-no-files

- name: dry run publishing
run: deno publish --dry-run
3 changes: 2 additions & 1 deletion shell-setup/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"@david/which": "jsr:@david/which@^0.4.1",
"@nathanwhit/promptly": "jsr:@nathanwhit/promptly@^0.1.2",
"@std/cli": "jsr:@std/cli@^1.0.6",
"@std/path": "jsr:@std/path@^1.0.4"
"@std/path": "jsr:@std/path@^1.0.4",
"@types/node": "npm:@types/node@*"
},
"publish": {
"exclude": ["./bundle.ts"]
Expand Down
13 changes: 12 additions & 1 deletion shell-setup/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b4dad32

Please sign in to comment.