Skip to content

Commit

Permalink
eclass/yarn: ignore engines
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed May 6, 2024
1 parent c53e5c8 commit 34c128f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eclass/yarn.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ if [[ -z ${_YARN_ECLASS} ]]; then
# @DESCRIPTION:
# Sets up the offline Yarn environment.
yarn_src_configure() {
edo yarn config set ignore-engines true
edo yarn config set prefix "${HOME}/.node"
edo yarn config set yarn-offline-mirror "$(realpath "${WORKDIR}/packages")"
}
Expand Down

0 comments on commit 34c128f

Please sign in to comment.