From 81c6dc8916d918e126a68301f0a63477fc1a4820 Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Wed, 25 Nov 2015 20:28:47 +0200 Subject: [PATCH] Revert "add npm install to build script" This reverts commit 2fa9e26ddba288aa5249d45f4bbfe4457f14f671. --- deploy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 9aff739..6b98eb7 100755 --- a/deploy.sh +++ b/deploy.sh @@ -6,7 +6,6 @@ rm -rf public || exit 0; mkdir public; # run our compile script, discussed above -npm install npm run build # go to the public directory and create a *new* Git repo