npx update-browserslist-db@latest

npx update-browserslist-db@latest
This commit is contained in:
spirillen 2023-08-07 19:33:29 +00:00 committed by GitHub
parent e88aac6a05
commit 0d94260ee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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" >}}