From 5eb19192f9d0780049f438504aa8ff765886e7d1 Mon Sep 17 00:00:00 2001 From: kogepanh Date: Mon, 17 Jan 2022 18:15:01 +0900 Subject: [PATCH] fix ci/cd --- scripts/rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rebuild.sh b/scripts/rebuild.sh index fdefe3c..b70c1ec 100644 --- a/scripts/rebuild.sh +++ b/scripts/rebuild.sh @@ -1,6 +1,6 @@ #!/bin/bash -yarn install --production +yarn install if [ -z "`ps aux | grep "next build" | grep -v grep`" ]; then yarn build