missed a cd command

This commit is contained in:
crowetic 2021-07-09 16:19:49 -07:00 committed by GitHub
parent a1b2f80e26
commit 46e609d76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,8 @@ echo "cloning git repositories for Qortal UI"
git clone https://github.com/qortal/UI git clone https://github.com/qortal/UI
cd UI
cd qortal-ui cd qortal-ui
echo "installing dependencies and linking with yarn link for build process" echo "installing dependencies and linking with yarn link for build process"