From 33eb4529b09e07f3fca651f860183015e18ac58f Mon Sep 17 00:00:00 2001 From: M3chD09 Date: Mon, 25 May 2020 09:50:17 +0800 Subject: [PATCH] =?UTF-8?q?ci=E4=BB=A3=E6=9B=BFinstall?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a7b1fa7..8a6de3e 100644 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/sh cd ./frontend -npm install +npm ci npm run build cd .. cp main.go main.go.org