Skip to content

Commit 22ebc71

Browse files
committed
Remove permissions for external scripts as it breaks the CI workflows
1 parent 03394fa commit 22ebc71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deno.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@
5050
"serve": "deno task build && deno run --allow-net --allow-read src/commands/server.command.ts",
5151
"setup": "deno run --allow-run=deno --allow-read --allow-write=./ --allow-env src/commands/setup.command.ts",
5252
"test": "deno test --allow-run=deno --allow-env --allow-read --allow-net src"
53-
},
54-
"allowScripts": ["npm:@swc/core@1.13.4", "npm:esbuild@0.25.9", "npm:fs-ext@2.0.0"]
53+
}
5554
}

0 commit comments

Comments
 (0)