force build because node platform doesn't respect buildfile

This commit is contained in:
keyan 2021-06-04 11:49:15 -04:00
parent 94e286745a
commit 631da6c439
2 changed files with 10 additions and 0 deletions

View File

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

View File

@ -1,10 +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
sudo yarn build