From 22ec96c4ee856a9bcf9d5255a04a72f4bdb48ec5 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Thu, 24 Feb 2022 13:22:11 -0500 Subject: [PATCH] Deploy: Use `npm ci` instead of install/update in Linux deployment --- deployment_scripts/deploy_linux.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deployment_scripts/deploy_linux.sh b/deployment_scripts/deploy_linux.sh index 1e17e8f5a..763bb9075 100755 --- a/deployment_scripts/deploy_linux.sh +++ b/deployment_scripts/deploy_linux.sh @@ -202,8 +202,7 @@ if ! exists npm; then fi pushd "$ISLAND_PATH/cc/ui" || handle_error -npm install sass-loader node-sass webpack --save-dev -npm update +npm ci log_message "Generating front end" npm run dist