Skip to content

Commit f85ff5e

Browse files
committed
deno compile from source
1 parent 3fa66e4 commit f85ff5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-whl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Compile deno binaries
4444
run: |
4545
cd tools/pypi-whl
46-
deno compile -ERNW -o dist/bids-validator jsr:@bids/validator
46+
deno compile -ERNW --allow-run -o dist/bids-validator ../../src/bids-validator.ts
4747
- name: Print out the content of the dist folder after building validator binary
4848
run: ls -l tools/pypi-whl/dist/
4949
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)