From 5c4bd977d6211c6eb6865b3c6e6ed917e8f7d596 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 9 Mar 2023 21:05:08 -0300 Subject: [PATCH] compilar con git-lfs jajaja --- build-repro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-repro b/build-repro index 5ee0051..251a453 100755 --- a/build-repro +++ b/build-repro @@ -5,7 +5,7 @@ runprint() { "$@" } -runprint apk add --quiet nodejs npm git icu-data-full lua5.1 +runprint apk add --quiet nodejs npm git git-lfs icu-data-full lua5.1 runprint npm install --silent -g pnpm export PATH="$PATH:/usr/local/bin"