Fix docker:build:native documentation typo

This commit is contained in:
Germain 2021-03-25 15:40:47 +00:00 committed by GitHub
parent b309562244
commit db2fd9dd53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ yarn run docker:setup
yarn run docker:install
# if you want to build the native modules (this will take a while)
yarn run docker:buildnative
yarn run docker:build:native
yarn run docker:build
```