Skip to content

Commit

Permalink
chore: fix build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
KnorpelSenf committed Oct 31, 2024
1 parent 91b48a1 commit e3690c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"tasks": {
"check": "deno cache --check=all mod.ts",
"ok": "deno fmt && deno lint && deno task check",
"build": "deno run --no-prompt --allow-read=. --allow-write=. https://deno.land/x/deno2node@v1.7.2/src/cli.ts tsconfig.json",
"build": "deno run --allow-import --no-prompt --allow-read=. --allow-write=. https://deno.land/x/deno2node@v1.7.2/src/cli.ts tsconfig.json",
"clean": "git clean -fX '*.d.ts'"
},
"fmt": { "proseWrap": "preserve" },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"types"
],
"scripts": {
"prepare": "deno task backport"
"prepare": "deno task build"
},
"author": "KnorpelSenf",
"types": "mod.d.ts",
Expand Down

0 comments on commit e3690c8

Please sign in to comment.