From 8f4a465ac2280266f25e189b47f54eddfb3a60b5 Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Wed, 8 Nov 2023 18:10:14 -0500
Subject: [PATCH] ISTWCMS-6636: adding the update to browser sync

---
 build_ohana.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build_ohana.sh b/build_ohana.sh
index 6389df49..23b5f04f 100755
--- a/build_ohana.sh
+++ b/build_ohana.sh
@@ -74,6 +74,7 @@ if [[ $os_option == 1 ]]; then
   export CPPFLAGS="-DPNG_ARM_NEON_OPT=0"
 fi
 npm install
+npx browserslist@latest --update-db
 echo "**************************************************************************************"
 echo "Done running npm install."
 
-- 
GitLab