From ac1f9b30441f63ea20216a36ffa7148dc0e9a9b3 Mon Sep 17 00:00:00 2001 From: Smaug123 Date: Sun, 1 Oct 2023 10:18:54 +0100 Subject: [PATCH] Actually build the thing --- .gitignore | 1 + yarn-project.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2e7c5a86..fe1c74e7 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ fonts.tar.gz temp/ /result +.DS_Store diff --git a/yarn-project.nix b/yarn-project.nix index 0b45baad..e15315b8 100644 --- a/yarn-project.nix +++ b/yarn-project.nix @@ -117,6 +117,7 @@ let else # - If the package.json has a `files` field, only files matching those patterns are copied # - Otherwise all files are copied. + yarn build yarn pack --out package.tgz mkdir -p "$out/libexec/$name" tar xzvf package.tgz --directory "$out/libexec/$name" --strip-components=1