From ad66131e01631264f02628ce0abb4a79d6003b3c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 5 Jan 2024 23:27:48 -0700 Subject: [PATCH] Fix? --- .gitea/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index 8868ca9..69d23de 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -16,6 +16,6 @@ jobs: - name: alejandra run: nix develop --impure --command bash -c 'alejandra check flake.nix' - name: install - run: nix develop --impure --command bash -c 'yarn install' + run: nix develop --impure --command bash -c 'yarn config set link-folder . && yarn install' - name: lint run: nix develop --impure --command bash -c 'yarn run lint'