From f6d4f0c6b2728490409ab060cd9508db02627ee7 Mon Sep 17 00:00:00 2001 From: yeegor Date: Fri, 3 Jul 2020 14:10:38 +0300 Subject: [PATCH] Add .npmrc to the copied files' list --- src/Console/Command/Bootstrap.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Console/Command/Bootstrap.php b/src/Console/Command/Bootstrap.php index 60c424e..76c9610 100644 --- a/src/Console/Command/Bootstrap.php +++ b/src/Console/Command/Bootstrap.php @@ -136,7 +136,8 @@ private function getCopyQueue(): array "process.yml", "jsconfig.json", "etc/view.xml", - "media/" + "media/", + ".npmrc" ]; }