mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
ci: run 'lerna link' after installing dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user