From 275890cdba5feb72d9d6001ff6630b944b1aaab9 Mon Sep 17 00:00:00 2001 From: liangtongchuan Date: Thu, 14 Jan 2021 10:28:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85=20npm=20=E5=8C=85=E5=90=8E?= =?UTF-8?q?=E5=9B=9E=E5=88=B0=E9=A1=B9=E7=9B=AE=E8=B7=9F=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npm-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/npm-install.sh b/npm-install.sh index a608743d6..192912370 100644 --- a/npm-install.sh +++ b/npm-install.sh @@ -7,3 +7,4 @@ echo '============ web-server npm installed ============' cd .. cd ./gm-server && npm install -d echo '============ gm-server npm installed ============' +cd ..