Commit d848cae4 authored by Hunter Loftis's avatar Hunter Loftis

ignore engine incompatibilities, this is a dev warning

parent 58183433
......@@ -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."
# however, appears to also check for the presence of deps in node_modules
# yarn check 1>/dev/null
yarn install --pure-lockfile 2>&1
yarn install --pure-lockfile --ignore-engines 2>&1
}
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