From 33641a67b335bb9dbb784385a40f9dfa070959af Mon Sep 17 00:00:00 2001 From: Artem Motchanyi Date: Tue, 5 Sep 2017 14:49:46 +0300 Subject: [PATCH] Deploy script fix --- phishing-site/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/phishing-site/deploy.sh b/phishing-site/deploy.sh index 06e8ce9..1388ed3 100755 --- a/phishing-site/deploy.sh +++ b/phishing-site/deploy.sh @@ -1 +1,2 @@ +npm install DEBUG=myapp:* npm start -- 2.7.4