diff --git a/bin/build-release.sh b/bin/build-release.sh index 0c86f18cf11e8c61b674d3495c7e6cb2c65dd64e..692b03edeb72e8383b8bc8c7688c3177fe85b0c0 100755 --- a/bin/build-release.sh +++ b/bin/build-release.sh @@ -49,6 +49,7 @@ php "$TARGET/composer.phar" install --no-dev --prefer-dist -o -d "$TARGET" cd $TARGET npm install npm audit fix +npx browserslist@latest --update-db npm run build cd ..