Skip to content

Commit e0a39c2

Browse files
authored
fix(ci): add workaround for Parcel not working with Yarn PnP
1 parent 13d5b30 commit e0a39c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/e2e-parcel-workflow.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ jobs:
2929
yarn init -p
3030
yarn add -D parcel@nightly lodash @babel/core
3131
32+
# See https://github.com/parcel-bundler/parcel/issues/9114
33+
34+
echo "packageExtensions:
35+
\"@parcel/fs@*\":
36+
dependencies:
37+
\"@parcel/core\": '*'" > .yarnrc.yml
38+
3239
# JavaScript
3340
3441
echo "import _ from 'lodash';function printHello() { console.log(_.join(['Hello', 'JS'], ' '))}; printHello();" | tee index.js

0 commit comments

Comments
 (0)