Skip to content

Commit

Permalink
fix(ci): add workaround for Parcel not working with Yarn PnP
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj authored Aug 8, 2024
1 parent 13d5b30 commit e0a39c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e-parcel-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
yarn init -p
yarn add -D parcel@nightly lodash @babel/core
# See https://github.com/parcel-bundler/parcel/issues/9114
echo "packageExtensions:
\"@parcel/fs@*\":
dependencies:
\"@parcel/core\": '*'" > .yarnrc.yml
# JavaScript
echo "import _ from 'lodash';function printHello() { console.log(_.join(['Hello', 'JS'], ' '))}; printHello();" | tee index.js
Expand Down

0 comments on commit e0a39c2

Please sign in to comment.