Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_wcms_ohana
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_wcms_ohana
Merge requests
!157
Feature/istwcms 6636 ebremner ohana php81
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/istwcms 6636 ebremner ohana php81
feature/ISTWCMS-6636-ebremner-ohana-php81
into
1.0.x
Overview
0
Commits
18
Pipelines
0
Changes
1
Merged
Eric Bremner
requested to merge
feature/ISTWCMS-6636-ebremner-ohana-php81
into
1.0.x
1 year ago
Overview
0
Commits
18
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
0d61a44d
Prev
Next
Show latest version
1 file
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0d61a44d
ISTWCMS-6636: trying to remove warning about out of date browsers on install
· 0d61a44d
Eric Bremner
authored
1 year ago
build_ohana.sh
+
1
−
2
Options
@@ -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