Skip to content

Commit 7824978

Browse files
committed
Add missing net permission to allow build to download dependancy files
1 parent 782b520 commit 7824978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_build_npm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S deno run --allow-env --allow-read --allow-write --allow-run=npm,cmd
1+
#!/usr/bin/env -S deno run --allow-env --allow-read --allow-write --allow-run=npm,cmd --allow-net=deno.land
22

33
// Copyright 2018-2022 Gamebridge.ai authors. All rights reserved. MIT license.
44

0 commit comments

Comments
 (0)