mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
[tea.xyz] 0.8.9 will require --unstable for flock
This commit is contained in:
parent
889e8ef7b0
commit
370c0c7898
|
@ -14,16 +14,18 @@ dependencies:
|
|||
|
||||
build:
|
||||
script: |
|
||||
#FIXME: gotta be a better way
|
||||
sed -i.bak "s/^const version = .*$/const version = \"{{ version }}\"/" src/app.ts
|
||||
rm src/app.ts.bak
|
||||
|
||||
mkdir -p {{ prefix }}/bin
|
||||
|
||||
deno compile \
|
||||
--allow-read \
|
||||
--allow-write \
|
||||
--allow-net \
|
||||
--allow-run \
|
||||
--allow-env \
|
||||
--unstable \
|
||||
--import-map=./import-map.json \
|
||||
--output {{ prefix }}/bin/tea \
|
||||
./src/app.ts
|
||||
|
|
Loading…
Reference in a new issue