From 213be1cdae428e195e5a972e5373f4fa1675f3af Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 9 Feb 2019 01:18:01 +0100 Subject: [PATCH] remove --production, lack some module --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index eca9834..5a16ea6 100644 --- a/scripts/install +++ b/scripts/install @@ -191,7 +191,7 @@ pushd $final_path popd pushd $final_path/dist - sudo -u $app env PATH=$PATH npm install --ignore-scripts --production + sudo -u $app env PATH=$PATH npm install --ignore-scripts popd #=================================================