From 115800d4a06959d628c63d894363a33bdff7dfcb Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 20 Mar 2022 12:49:53 +0100 Subject: [PATCH] Run npm ci instead of install --- update_restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_restore.sh b/update_restore.sh index a88ff696..25107f02 100755 --- a/update_restore.sh +++ b/update_restore.sh @@ -15,7 +15,7 @@ make -j4 LANG=en cd urbackupclient/restorewww -npm install +npm ci npm run build cd .. cd ..