try this shit again

This commit is contained in:
keyan 2021-06-04 19:33:39 -04:00
parent a24cc9b5a5
commit a481515c28
2 changed files with 5 additions and 12 deletions

View File

@ -1,4 +0,0 @@
commands:
00_build_sh:
command: ./build.sh
ignoreErrors: false

View File

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