fix: use yalc 'file' instead of yalc 'link' in CI for a more real-life package installation scenario
parent
75f53344d2
commit
2b6bf4de94
|
@ -42,8 +42,10 @@ jobs:
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- name: Install dependencies plugin
|
- name: Install dependencies plugin
|
||||||
run: yarn --no-lockfile --unsafe-perm
|
run: yarn --no-lockfile --unsafe-perm
|
||||||
|
- name: Add yalc package to the playground
|
||||||
|
run: yarn playground:yalc-add
|
||||||
- name: Install dependencies playground
|
- name: Install dependencies playground
|
||||||
run: yarn playground:install --unsafe-perm
|
run: cd playground && yarn install --unsafe-perm
|
||||||
- name: Build playground
|
- name: Build playground
|
||||||
run: yarn playground:build
|
run: yarn playground:build
|
||||||
- name: Run test
|
- name: Run test
|
||||||
|
|
Loading…
Reference in New Issue