From bbc34ffa9ea4bd9677808c5d3fcba5731abe290e Mon Sep 17 00:00:00 2001 From: Nikolai R Kristiansen Date: Sun, 27 Feb 2022 12:48:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20npm=20i?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy b/bin/deploy index 45d7cf2..acbfe3e 100755 --- a/bin/deploy +++ b/bin/deploy @@ -7,5 +7,5 @@ echo "Deploying bbs to ${PROJECT_PATH}" cd "$PROJECT_PATH" || exit 1 git pull -npm run i +npm install npm run build