Skip to content

Commit a650c0f

Browse files
committed
Add note of intended use for local-run
1 parent 51bbda3 commit a650c0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bids-validator/local-run

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/usr/bin/env -S deno run --allow-read --allow-write --allow-env --allow-net --allow-run
2+
// This script runs the local copy of the validator, intended as a development aid.
3+
// You generally should run `deno run -A jsr:@bids/validator`
24
import './src/bids-validator.ts'
3-

0 commit comments

Comments
 (0)