Skip to content
Snippets Groups Projects
Commit 35203636 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Update browserslist during build

parent 5bc53829
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ php "$TARGET/composer.phar" install --no-dev --prefer-dist -o -d "$TARGET" ...@@ -49,6 +49,7 @@ php "$TARGET/composer.phar" install --no-dev --prefer-dist -o -d "$TARGET"
cd $TARGET cd $TARGET
npm install npm install
npm audit fix npm audit fix
npx browserslist@latest --update-db
npm run build npm run build
cd .. cd ..
......
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