#!/bin/bash
wordir=$2

cd $wordir

echo "GIT REV: $(git rev-parse --short HEAD)"
yarn --production=false

yarn build
yarn build:node

/usr/local/bin/node-prune ./dist/node/node_modules