From d245d09c15e76f8db2937f6f2db74863da7bde24 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Wed, 18 Dec 2019 21:31:46 -0800 Subject: [PATCH] refactor(builtin): add `args` to yarn_install & npm_install (#1462) BREAKING CHANGE: `args` in yarn_install and npm_install can be used to pass arbitrary arguments so we removed the following attributes: * prod_only from yarn_install and npm_install; should be replaced by args = ["--prod"] and args = ["--production"] respectively * frozen_lockfile from yarn_install; should be replaced by args = ["--frozen-lockfile"] * network_timeout from yanr_install; should be replaced by args = ["--network_timeout", "