mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
f609e4db5c
commit
e937adabff
|
@ -19,6 +19,9 @@ build:
|
|||
# 0.12.0 didn't bump version
|
||||
- run: sed -i -e 's/export const VERSION = ".*";/export const VERSION = "{{ version }}";/' consts.ts
|
||||
working-directory: src
|
||||
# 0.12.7+ shipped with a deno.lock that prevents building
|
||||
- run: rm deno.lock
|
||||
if: '>=0.12.7'
|
||||
- deno compile -A --unstable --import-map="$SRCROOT"/import_map.json --output fluentci ./main.ts
|
||||
- mkdir -p "{{ prefix }}"/bin
|
||||
- cp fluentci "{{ prefix }}"/bin
|
||||
|
|
Loading…
Reference in a new issue