Skip to content

Commit

Permalink
build: change release to easy_std
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Jun 17, 2023
1 parent 3f260c0 commit 3074564
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"tasks": {
"start": "deno run -A mod.ts",
"release": "deno run -A --unstable release.ts",
"release": "deno run --allow-read --allow-write --allow-env --allow-run https://deno.land/x/[email protected]/scripts/release.ts",
"install": "deno install --allow-read --allow-env --allow-run --allow-write --unstable -rfn n mod.ts"
},
"fmt": {
Expand Down
30 changes: 0 additions & 30 deletions release.ts

This file was deleted.

0 comments on commit 3074564

Please sign in to comment.