make path accessible

This commit is contained in:
keyan 2021-06-03 22:36:51 -04:00
parent ae92885d1e
commit c66da604c7
1 changed files with 3 additions and 0 deletions

View File

@ -3,5 +3,8 @@
# install yarn
sudo npm install yarn -g
# make sure it's in path
ln -s "$(npm bin --global)"/yarn /usr/bin/yarn
# build it
yarn build