chore(dev): silence browserlist warnings

This commit is contained in:
Nicolas Giard 2023-06-15 23:30:10 -04:00 committed by GitHub
parent d66e923200
commit 4179d08dbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,6 @@ echo "Fix chromedriver /dev/shm permissions..."
sudo chmod 1777 /dev/shm
# Run nginx
echo "Starting nginx..."
sudo nginx
@ -30,6 +29,9 @@ sudo nginx
echo "Compiling native node packages..."
yarn rebuild
# Silence Browserlist warnings
export BROWSERSLIST_IGNORE_OLD_DATA=1
# Generate static assets
echo "Building static assets... (this could take a minute or two)"
yarn build