Fix typos in build-react-native template

This commit is contained in:
Licaon_Kter 2023-07-06 14:29:40 +00:00
parent 860dd1a8bf
commit 326a467c0a

View file

@ -13,9 +13,9 @@ Builds:
- sysctl fs.inotify.max_user_watches=524288 || true
# Find the nodejs download URL at https://nodejs.org/en/download/releases/
# Download the gz tarball because xz-utils is not installed by default
- curl -Lo node.tar.xz https://nodejs.org/download/release/v19.3.0/node-v19.3.0-linux-x64.tar.gz
- curl -Lo node.tar.gz https://nodejs.org/download/release/v19.3.0/node-v19.3.0-linux-x64.tar.gz
# Find the checksum at https://nodejs.org/dist/v${VERSION}/SHASUMS256.txt.asc
- echo "b525028ae5bb71b5b32cb7fce903ccce261dbfef4c7dd0f3e0ffc27cd6fc0b3f node.tar.xz"
- echo "b525028ae5bb71b5b32cb7fce903ccce261dbfef4c7dd0f3e0ffc27cd6fc0b3f node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
# If you use yarn