ci: run 'lerna link' after installing dependencies

This commit is contained in:
Hossein Mehrabi
2023-10-16 18:05:25 +03:30
parent e9dafa11dd
commit 559a21a8d5
4 changed files with 12 additions and 4 deletions
+3 -1
View File
@@ -28,7 +28,9 @@ jobs:
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
run: |
yarn install --frozen-lockfile
yarn lerna link
- name: Publish
id: publish
+3 -1
View File
@@ -42,7 +42,9 @@ jobs:
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
run: |
yarn install --frozen-lockfile
yarn lerna link
- name: Check for changed packages
id: changes
+3 -1
View File
@@ -35,7 +35,9 @@ jobs:
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
run: |
yarn install --frozen-lockfile
yarn lerna link
- name: Bump versions
id: bump
+3 -1
View File
@@ -61,7 +61,9 @@ jobs:
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
run: |
yarn install --frozen-lockfile
yarn lerna link
- name: Bump versions
id: bump