fix(fluentci)[1]

This commit is contained in:
Jacob Heider 2024-04-08 19:32:59 -04:00
parent 3b73081b95
commit 1b6e686e0e
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -17,7 +17,7 @@ build:
deno.land: ~1.37
script:
# 0.12.0 didn't bump version
- run: sed -i -e 's/export const VERSION = ".*";/export const VERSION = "{{ version }}";/' consts.ts'
- run: sed -i -e 's/export const VERSION = ".*";/export const VERSION = "{{ version }}";/' consts.ts
working-directory: src
- deno compile -A --unstable --import-map="$SRCROOT"/import_map.json --output fluentci ./main.ts
- mkdir -p "{{ prefix }}"/bin