Skip to content

Commit

Permalink
Merge pull request #5 from bids-standard/pre-publish
Browse files Browse the repository at this point in the history
chore: Prepare for publication
  • Loading branch information
effigies authored Nov 4, 2024
2 parents 86896b3 + 272319c commit 35ea268
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
File renamed without changes.
File renamed without changes.
11 changes: 10 additions & 1 deletion .github/workflows/deno_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: denoland/setup-deno@v1
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Set permissions with network access
Expand All @@ -69,6 +69,15 @@ jobs:
with:
files: coverage.lcov

publish-dry-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: deno publish --dry-run

deploy:
needs: [build]
runs-on: ubuntu-latest
Expand Down
21 changes: 8 additions & 13 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,15 @@
},
"publish": {
"exclude": [
"bids_validator/",
"bin/",
"tests/",
"docs/",
"utils/",
"validators/",
"bids-validator-deno",
"**/tests/",
"tools/",
"web/",
".*",
"**/*.test.ts",
"Dockerfile",
"build.ts",
"cli.js",
"esbuild.mjs",
"index.js",
"package.json",
".npmignore",
".gitattributes"
"deno.lock",
"local-run"
]
},
"imports": {
Expand Down

0 comments on commit 35ea268

Please sign in to comment.