moved a line

This commit is contained in:
spirillen 2023-08-07 20:26:55 +00:00 committed by GitHub
parent 0d94260ee3
commit b0557c9950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,6 @@ 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" >}}
@ -167,6 +166,7 @@ The two `bundle config` commands are only needed the first time you're installin
Run the interactive setup wizard:
```bash
npx update-browserslist-db@latest
RAILS_ENV=production bundle exec rake mastodon:setup
```