try platform hook

This commit is contained in:
keyan 2021-06-04 18:10:32 -04:00
parent 3d87c18073
commit 71a22f9a41
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
#!/usr/bin/env bash
echo installing yarn
# install yarn
sudo npm install yarn -g
echo link
# make sure it's in path
sudo ln -s "$(npm bin --global)"/yarn /usr/bin/yarn
echo try to build
# build it
yarn build