try this shit again
This commit is contained in:
parent
a24cc9b5a5
commit
a481515c28
|
@ -1,4 +0,0 @@
|
|||
commands:
|
||||
00_build_sh:
|
||||
command: ./build.sh
|
||||
ignoreErrors: false
|
|
@ -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
|
Loading…
Reference in New Issue