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
Files
3
+ 5
0
@@ -72,7 +72,11 @@ echo "Running npm install ..."
@@ -72,7 +72,11 @@ echo "Running npm install ..."
if [[ $os_option == 1 ]]; then
if [[ $os_option == 1 ]]; then
export CPPFLAGS="-DPNG_ARM_NEON_OPT=0"
export CPPFLAGS="-DPNG_ARM_NEON_OPT=0"
fi
fi
 
cp ../php8fix-package_run1.json ./package.json
npm install
npm install
 
cp ../php8fix-package.json ./package.json
 
npm install
 
sed -i '/foreach ($array as $k => $v)/iif (empty($array)) return $r;' node_modules/@basalt/twig-renderer/vendor/twig/twig/src/Extension/CoreExtension.php
echo "**************************************************************************************"
echo "**************************************************************************************"
echo "Done running npm install."
echo "Done running npm install."
@@ -91,6 +95,7 @@ echo "Done setting up es lint."
@@ -91,6 +95,7 @@ echo "Done setting up es lint."
echo "**************************************************************************************"
echo "**************************************************************************************"
echo "Running npm run build ..."
echo "Running npm run build ..."
 
npx browserslist@latest --update-db
npm run build
npm run build
echo "**************************************************************************************"
echo "**************************************************************************************"
echo "Done running npm run build."
echo "Done running npm run build."
Loading