Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit 4158ea1

Browse files
authored
Merge pull request #15 from cowboyd/master
⚡️ Ignore yarn engines
2 parents 6a9720c + bd20a7e commit 4158ea1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

entrypoint.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ git update-index --assume-unchanged .github/workflows/*
2525
echo "## Your environment is not ready yet. Installing modules..."
2626
if [ -f yarn.lock ]; then
2727
echo "## Detected yarn as package manager"
28-
yarn --non-interactive --silent --ignore-scripts --production=false
28+
yarn --non-interactive --silent --ignore-scripts --ignore-engines --production=false
29+
yarn config set ignore-engines true
2930
echo "## Installing dependencies..."
3031
yarn install
3132
echo "## Linting code..."

0 commit comments

Comments
 (0)