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 58
58
- name : Yarn Plug'n'Play
59
59
working_directory : test_apps/yarn-pnp
60
60
script : |
61
- yarn set version berry
61
+ yarn set version 4.1.1
62
62
yarn install --frozen-lockfile
63
63
yarn add --dev ../../webpack-encore.tgz
64
64
yarn run encore dev
67
67
- name : Yarn Plug'n'Play (with Babel)
68
68
working_directory : test_apps/yarn-pnp-with-babel
69
69
script : |
70
- yarn set version berry
70
+ yarn set version 4.1.1
71
71
yarn install --frozen-lockfile
72
72
yarn add --dev ../../webpack-encore.tgz
73
73
yarn run encore dev
76
76
- name : Yarn Plug'n'Play (with external Babel configuration file)
77
77
working_directory : test_apps/yarn-pnp-with-external-babel-config
78
78
script : |
79
- yarn set version berry
79
+ yarn set version 4.1.1
80
80
yarn install --frozen-lockfile
81
81
yarn add --dev ../../webpack-encore.tgz
82
82
yarn run encore dev
You can’t perform that action at this time.
0 commit comments