Skip to content

Commit 7e818b2

Browse files
committed
chore: optimized for binary size minification with UPX
1 parent ac2134c commit 7e818b2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

deno.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
2626
"tasks": {
2727
"build:linux": "deno compile --no-npm --no-check --allow-read --allow-write --allow-net --allow-env --allow-run --target=x86_64-unknown-linux-gnu --output=devstream main.ts",
2828
"build:macos": "deno compile --no-npm --no-check --allow-read --allow-write --allow-net --allow-env --allow-run --target=x86_64-apple-darwin --output=devstream.darwin main.ts",
29-
"build:windows": "deno compile --no-npm --no-check --allow-read --allow-write --allow-net --allow-env --allow-run --target=x86_64-pc-windows-msvc --output=devstream.exe main.ts",
30-
"test": "deno test --allow-all",
31-
"lint": "deno lint --allow-all",
32-
"format": "deno fmt",
29+
"build:windows": "deno compile --no-npm --no-check -A --target=x86_64-pc-windows-msvc --output=devstream.exe main.ts",
3330
"dev": "deno run --watch --allow-read --allow-write --allow-net --allow-env --allow-run main.ts"
3431
},
3532
"exports": "./mod.ts",

0 commit comments

Comments
 (0)