#!/bin/sh echo "Starting to build vue module..." cd ./reallocation/static/vue/ npm run build cd ../../.. echo "Vue building done"