Skip to content
Snippets Groups Projects

Feature/istwcms 6636 ebremner ohana php81

Merged Eric Bremner requested to merge feature/ISTWCMS-6636-ebremner-ohana-php81 into 1.0.x
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -73,10 +73,8 @@ if [[ $os_option == 1 ]]; then
export CPPFLAGS="-DPNG_ARM_NEON_OPT=0"
fi
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."
@@ -96,6 +94,7 @@ echo "Done setting up es lint."
echo "**************************************************************************************"
echo "Running npm run build ..."
npx update-browserslist-db@latest
npm run build
echo "**************************************************************************************"
echo "Done running npm run build."
Loading