Skip to content
Snippets Groups Projects
Unverified Commit 07c9f772 authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

ci: do not use `--link-duplicates` (#7529)

parent 76ba198e
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ jobs:
run: yarn cache clean
- name: Installing dependencies
run: yarn install --frozen-lockfile --link-duplicates
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
......@@ -154,7 +154,7 @@ jobs:
run: yarn cache clean
- name: Installing dependencies
run: yarn install --frozen-lockfile --link-duplicates
run: yarn install --frozen-lockfile
- name: Lint
run: |
......@@ -200,7 +200,7 @@ jobs:
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
- name: Installing dependencies
run: yarn install --frozen-lockfile --link-duplicates
run: yarn install --frozen-lockfile
- name: semantic-release
if: github.ref == 'refs/heads/master'
......
......@@ -41,7 +41,7 @@ jobs:
key: ${{ env.YARN_PACKAGE_CACHE_KEY }}-${{ runner.os }}-yarn_cache-${{ hashFiles('**/yarn.lock') }}
- name: Installing dependencies
run: yarn install --frozen-lockfile --link-duplicates
run: yarn install --frozen-lockfile
- name: Build ${{ github.event.client_payload.version }}
run: yarn build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment