Skip to content

Commit 986e326

Browse files
author
Alexandar Bozhinov
committed
- Update Test Apps - Yarn.lock
1 parent fe04a1e commit 986e326

File tree

10 files changed

+3339
-15240
lines changed

10 files changed

+3339
-15240
lines changed

.github/workflows/testing_apps.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@ jobs:
3434
- name: pnpm
3535
working_directory: test_apps/pnpm
3636
script: |
37-
pnpm install --frozen-lockfile
37+
pnpm install --immutable
3838
pnpm add --save-dev ../../webpack-encore.tgz
3939
pnpm run encore dev
4040
pnpm run encore production
4141
4242
- name: pnpm (with Babel)
4343
working_directory: test_apps/pnpm-with-babel
4444
script: |
45-
pnpm install --frozen-lockfile
45+
pnpm install --immutable
4646
pnpm add --save-dev ../../webpack-encore.tgz
4747
pnpm run encore dev
4848
pnpm run encore production
4949
5050
- name: pnpm (with external Babel configuration file)
5151
working_directory: test_apps/pnpm-with-external-babel-config
5252
script: |
53-
pnpm install --frozen-lockfile
53+
pnpm install --immutable
5454
pnpm add --save-dev ../../webpack-encore.tgz
5555
pnpm run encore dev
5656
pnpm run encore production
@@ -59,7 +59,7 @@ jobs:
5959
working_directory: test_apps/yarn-pnp
6060
script: |
6161
yarn set version berry
62-
yarn install --frozen-lockfile
62+
yarn install --immutable
6363
yarn add --dev ../../webpack-encore.tgz
6464
yarn run encore dev
6565
yarn run encore production
@@ -68,7 +68,7 @@ jobs:
6868
working_directory: test_apps/yarn-pnp-with-babel
6969
script: |
7070
yarn set version berry
71-
yarn install --frozen-lockfile
71+
yarn install --immutable
7272
yarn add --dev ../../webpack-encore.tgz
7373
yarn run encore dev
7474
yarn run encore production
@@ -77,7 +77,7 @@ jobs:
7777
working_directory: test_apps/yarn-pnp-with-external-babel-config
7878
script: |
7979
yarn set version berry
80-
yarn install --frozen-lockfile
80+
yarn install --immutable
8181
yarn add --dev ../../webpack-encore.tgz
8282
yarn run encore dev
8383
yarn run encore production

test_apps/npm-with-babel/yarn.lock

Lines changed: 0 additions & 1980 deletions
This file was deleted.

test_apps/npm-with-external-babel-config/yarn.lock

Lines changed: 0 additions & 1980 deletions
This file was deleted.

test_apps/npm/yarn.lock

Lines changed: 0 additions & 1965 deletions
This file was deleted.

test_apps/pnpm-with-babel/yarn.lock

Lines changed: 0 additions & 1980 deletions
This file was deleted.

test_apps/pnpm-with-external-babel-config/yarn.lock

Lines changed: 0 additions & 1980 deletions
This file was deleted.

test_apps/pnpm/yarn.lock

Lines changed: 0 additions & 1965 deletions
This file was deleted.

test_apps/yarn-pnp-with-babel/yarn.lock

Lines changed: 1115 additions & 1132 deletions
Large diffs are not rendered by default.

test_apps/yarn-pnp-with-external-babel-config/yarn.lock

Lines changed: 1115 additions & 1132 deletions
Large diffs are not rendered by default.

test_apps/yarn-pnp/yarn.lock

Lines changed: 1103 additions & 1120 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)