Skip to content

Commit

Permalink
fix: deno ci task
Browse files Browse the repository at this point in the history
  • Loading branch information
Delusoire committed Jul 2, 2024
1 parent f452f00 commit b923073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"sh:enable": "./scripts/enable.sh",
"sh:disable": "./scripts/disable.sh",
"build:release": "deno run -A scripts/build-release.ts",
"ci:build:release": "deno task build:local modules/*"
"ci:build:release": "deno task build:release modules/*"
}
}

0 comments on commit b923073

Please sign in to comment.