Commit e9bd8d5e authored by Hunter Loftis's avatar Hunter Loftis Committed by GitHub

Merge pull request #352 from heroku/ignore-engines

ignore engine incompatibilities, this is a dev warning
parents 58183433 d848cae4
...@@ -33,7 +33,7 @@ yarn_node_modules() { ...@@ -33,7 +33,7 @@ yarn_node_modules() {
# according to docs: "Verifies that versions of the package dependencies in the current project’s package.json matches that of yarn’s lock file." # according to docs: "Verifies that versions of the package dependencies in the current project’s package.json matches that of yarn’s lock file."
# however, appears to also check for the presence of deps in node_modules # however, appears to also check for the presence of deps in node_modules
# yarn check 1>/dev/null # yarn check 1>/dev/null
yarn install --pure-lockfile 2>&1 yarn install --pure-lockfile --ignore-engines 2>&1
} }
npm_node_modules() { npm_node_modules() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment