mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Fix bundle config commands (#766)
This commit is contained in:
parent
2cfe57c426
commit
bd38c1a487
@ -138,8 +138,8 @@ git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1)
|
||||
Now to install Ruby and JavaScript dependencies:
|
||||
|
||||
```bash
|
||||
bundle config set deployment 'true'
|
||||
bundle config set without 'development test'
|
||||
bundle config deployment 'true'
|
||||
bundle config without 'development test'
|
||||
bundle install -j$(getconf _NPROCESSORS_ONLN)
|
||||
yarn install --pure-lockfile
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user