fix(fluentci)

closes #4785
This commit is contained in:
Jacob Heider 2024-01-08 17:38:15 -05:00 committed by Jacob Heider
parent c86d15df92
commit b0691cb54c

View file

@ -14,7 +14,7 @@ dependencies:
build: build:
dependencies: dependencies:
deno.land: ^1.37 deno.land: ~1.37
script: | script: |
deno compile -A --unstable --import-map="$SRCROOT"/import_map.json --output fluentci ./main.ts deno compile -A --unstable --import-map="$SRCROOT"/import_map.json --output fluentci ./main.ts
mkdir -p "{{ prefix }}"/bin mkdir -p "{{ prefix }}"/bin