Skip to content

Commit

Permalink
move jsr conf into deno.jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinta365 committed Mar 6, 2024
1 parent d1247dd commit 3a0b606
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- uses: actions/checkout@v4

- name: Publish package
run: npx jsr publish --config jsr.jsonc
run: npx jsr publish
7 changes: 6 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "@cross/env",
"version": "0.2.1",
"exports": "./mod.ts",

"tasks": {
"test": "deno test --allow-env ./tests/deno.ts",
"publish": "deno publish --config jsr.jsonc"
"publish": "deno publish --config jsr.jsonc",
"publish-dry": "deno publish --dry-run --config jsr.jsonc"
},
"lock": false,
"fmt": {
Expand Down
5 changes: 0 additions & 5 deletions jsr.jsonc

This file was deleted.

0 comments on commit 3a0b606

Please sign in to comment.