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
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo installing yarn
|
echo installing yarn
|
||||||
|
|
||||||
# install yarn
|
|
||||||
sudo npm install yarn -g
|
sudo npm install yarn -g
|
||||||
|
|
||||||
echo link
|
echo link yarn
|
||||||
|
|
||||||
# make sure it's in path
|
|
||||||
sudo ln -s "$(npm bin --global)"/yarn /usr/bin/yarn
|
sudo ln -s "$(npm bin --global)"/yarn /usr/bin/yarn
|
||||||
|
|
||||||
|
echo install
|
||||||
|
yarn install
|
||||||
|
|
||||||
echo gen primsa client
|
echo gen primsa client
|
||||||
prisma generate
|
prisma generate
|
||||||
|
|
||||||
echo try to build
|
echo build
|
||||||
|
|
||||||
# build it
|
|
||||||
yarn build
|
yarn build
|
Loading…
Reference in New Issue