#!/usr/bin/env sh

set -e

npm run build

cd ..

git add -A
git commit -m 'temp'


git push

cd -
