Skip to content

Commit

Permalink
use run -RW short flags for tools
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton committed Aug 22, 2024
1 parent fa155f4 commit 1e726fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sync/nolyfill.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S deno run --allow-read=./src/presets/nolyfill.ts --allow-write=./src/presets/nolyfill.ts
#!/usr/bin/env -S deno run -RW ./src/presets/nolyfill.ts

import { allPackages } from 'nolyfill/packages/tools/cli/src/all-packages.ts';

Expand Down

0 comments on commit 1e726fd

Please sign in to comment.