File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,23 +34,23 @@ jobs:
34
34
- name : pnpm
35
35
working_directory : test_apps/pnpm
36
36
script : |
37
- pnpm install --immutable
37
+ pnpm install --frozen-lockfile
38
38
pnpm add --save-dev ../../webpack-encore.tgz
39
39
pnpm run encore dev
40
40
pnpm run encore production
41
41
42
42
- name : pnpm (with Babel)
43
43
working_directory : test_apps/pnpm-with-babel
44
44
script : |
45
- pnpm install --immutable
45
+ pnpm install --frozen-lockfile
46
46
pnpm add --save-dev ../../webpack-encore.tgz
47
47
pnpm run encore dev
48
48
pnpm run encore production
49
49
50
50
- name : pnpm (with external Babel configuration file)
51
51
working_directory : test_apps/pnpm-with-external-babel-config
52
52
script : |
53
- pnpm install --immutable
53
+ pnpm install --frozen-lockfile
54
54
pnpm add --save-dev ../../webpack-encore.tgz
55
55
pnpm run encore dev
56
56
pnpm run encore production
You can’t perform that action at this time.
0 commit comments