build: add postinstall-patches.js script suitable for postinstall patching of dependencies (#22669)

Because sometimes one has to do what one has to do...

PR Close #22669
This commit is contained in:
Igor Minar
2018-03-08 20:23:33 -08:00
committed by Kara Erickson
parent aa7dba244b
commit 129d1e0fb1
4 changed files with 19 additions and 6 deletions

View File

@ -6420,9 +6420,9 @@ shell-quote@1.6.1:
array-reduce "~0.0.0"
jsonify "~0.0.0"
shelljs@^0.7.8:
version "0.7.8"
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3"
shelljs@^0.8.1:
version "0.8.1"
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.1.tgz#729e038c413a2254c4078b95ed46e0397154a9f1"
dependencies:
glob "^7.0.0"
interpret "^1.0.0"