fix: use yalc 'file' instead of yalc 'link' in CI for a more real-life package installation scenario

pull/147/head
Boaz Poolman 2024-10-12 20:01:43 +02:00
parent 75f53344d2
commit 2b6bf4de94
1 changed files with 3 additions and 1 deletions

View File

@ -42,8 +42,10 @@ jobs:
cache: 'yarn'
- name: Install dependencies plugin
run: yarn --no-lockfile --unsafe-perm
- name: Add yalc package to the playground
run: yarn playground:yalc-add
- name: Install dependencies playground
run: yarn playground:install --unsafe-perm
run: cd playground && yarn install --unsafe-perm
- name: Build playground
run: yarn playground:build
- name: Run test