Skip to content

Commit

Permalink
Merge pull request #1841 from effigies/fix/ignores
Browse files Browse the repository at this point in the history
FIX: Pass dataset-relative paths to .bidsignore checker
  • Loading branch information
effigies authored Nov 30, 2023
2 parents 288324a + 18e24e3 commit 1192215
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 585 deletions.
1 change: 1 addition & 0 deletions bids-validator/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const result = await esbuild.build({
plugins: [httpPlugin],
allowOverwrite: true,
sourcemap: flags.minify ? false : 'inline',
packages: 'external',
})

if (result.warnings.length > 0) {
Expand Down
Loading

0 comments on commit 1192215

Please sign in to comment.