From 0d94260ee30dbed19606ff3d555f511209c8e161 Mon Sep 17 00:00:00 2001 From: spirillen <44526987+spirillen@users.noreply.github.com> Date: Mon, 7 Aug 2023 19:33:29 +0000 Subject: [PATCH] npx update-browserslist-db@latest npx update-browserslist-db@latest --- content/en/admin/install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/admin/install.md b/content/en/admin/install.md index be3df4a0..c7f5be0b 100644 --- a/content/en/admin/install.md +++ b/content/en/admin/install.md @@ -155,6 +155,7 @@ bundle config deployment 'true' bundle config without 'development test' bundle install -j$(getconf _NPROCESSORS_ONLN) yarn install --pure-lockfile +npx update-browserslist-db@latest ``` {{< hint style="info" >}}