From 44d2d53eacc0a25db8eaefc14a4765f44820ac85 Mon Sep 17 00:00:00 2001 From: Akshat Garg Date: Tue, 29 May 2018 10:54:35 +0530 Subject: [PATCH] Fixes #1266: Fix 2nd test of travis build (#1267) --- surge_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surge_deploy.sh b/surge_deploy.sh index c42ca34e2e..c4f27a5ed8 100644 --- a/surge_deploy.sh +++ b/surge_deploy.sh @@ -9,7 +9,7 @@ npm i -g surge npm install npm run build rm -rf node_modules/ -cp /build/index.html /build/404.html +cp build/index.html build/404.html export SURGE_LOGIN=fossasiasusichat@example.com # Token of a dummy account.