Skip to content

Commit

Permalink
NEXT-33446 - add --prefer-offline and --frozen-lockfile flags for ins…
Browse files Browse the repository at this point in the history
…tall packages
  • Loading branch information
Haberkamp committed Feb 8, 2024
1 parent 2467e38 commit 02ccf67
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
node-version: '20'

- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile --prefer-offline

- name: Test to see if the project compiles
run: pnpm --filter @shopware-ag/meteor-admin-sdk run lint:all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: '20'

- name: Install main dependencies
run: pnpm install
run: pnpm install --frozen-lockfile --prefer-offline

- name: Create the static pages directory locally in CI
run: pnpm --prefix ./packages/component-library run build-storybook
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
node-version: '20'

- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile --prefer-offline

- name: unit
run: pnpm run test:unit
Expand All @@ -86,7 +86,7 @@ jobs:
node-version: '20'

- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile --prefer-offline

- name: madge
run: pnpm --filter @shopware-ag/meteor-admin-sdk run circular-dependencies
Expand All @@ -109,7 +109,7 @@ jobs:
node-version: '20'

- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile --prefer-offline

- name: Install Playwright
run: npx playwright install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: '20'

- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile --prefer-offline

- name: Build
run: pnpm --prefix ./packages/icon-kit run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: '20'

- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile --prefer-offline

- name: Install Playwright
run: pnpm dlx playwright install
Expand Down

0 comments on commit 02ccf67

Please sign in to comment.