Skip to content

Commit

Permalink
use run -R -W short flags for tools
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton committed Oct 15, 2024
1 parent a6ba1a1 commit 4afc063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 -R=./src/presets/nolyfill.ts -W=./src/presets/nolyfill.ts

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

Expand Down
2 changes: 1 addition & 1 deletion tools/sync/relief.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/relief.ts --allow-write=./src/presets/relief.ts
#!/usr/bin/env -S deno run -R=./src/presets/relief.ts -W=./src/presets/relief.ts

import native from 'module-replacements/manifests/native.json' with { type: 'json' };
import micro from 'module-replacements/manifests/micro-utilities.json' with { type: 'json' };
Expand Down

0 comments on commit 4afc063

Please sign in to comment.