File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments