Skip to content
Snippets Groups Projects
Commit 73debcdc authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-6636: trying to remove warning about out of date browsers on install

parent 6338a113
No related branches found
No related tags found
1 merge request!157Feature/istwcms 6636 ebremner ohana php81
This commit is part of merge request !157. Comments created here will be created in the context of that merge request.
......@@ -72,10 +72,11 @@ echo "Running npm install ..."
if [[ $os_option == 1 ]]; then
export CPPFLAGS="-DPNG_ARM_NEON_OPT=0"
fi
npx update-browserslist-db@latest
cp ../php8fix-package_run1.json ./package.json
npx update-browserslist-db@latest
npm install
cp ../php8fix-package.json ./package.json
npx update-browserslist-db@latest
npm install
echo "**************************************************************************************"
echo "Done running npm install."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment