#!/usr/bin/env bash
set -euo pipefail

cd /opt/tracker/apps/web
/usr/bin/npm run build
echo Alicja | sudo -S systemctl restart tracker-web
echo Alicja | sudo -S systemctl is-active tracker-web
