From 02d1c56667d070a7fdb0125ea3c5b609b71a395b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Borbo=C3=ABn?= Date: Fri, 8 Oct 2021 11:20:48 +0200 Subject: [PATCH] [feature] update browserlist/caniuse This ensure we get the latest browserlist/caniuse information when developping. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b652425a..756c6411 100644 --- a/Makefile +++ b/Makefile @@ -335,7 +335,10 @@ up: checkout $(DOCKER_IMAGE_STAMPS) volumes/srv/test docker-compose up -d ./devscripts/await-mysql-ready $(MAKE) rootsite - (cd $(WP_CONTENT_DIR)/plugins/wp-gutenberg-epfl; npm install --silent --no-fund; npm start) + (cd $(WP_CONTENT_DIR)/plugins/wp-gutenberg-epfl; \ + npm install --silent --no-fund; \ + npx browserslist@latest --update-db --silent; \ + npm start) .PHONY: rootsite rootsite: