Set yarn cache folder

This commit is contained in:
Ivan Malison 2024-01-06 02:07:26 -07:00
parent ad66131e01
commit cd2ecb22b1

View File

@ -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 config set link-folder . && yarn install'
run: nix develop --impure --command bash -c 'YARN_CACHE_FOLDER=. yarn config set link-folder . && yarn install'
- name: lint
run: nix develop --impure --command bash -c 'yarn run lint'