#!/bin/bash

# ROOT=project-root

# BRANCH="$(git branch | grep \* | cut -d ' ' -f2)"


cd $ROOT 
npm install
npm run build
