#!/usr/bin/env sh

# Change to the UI directory and run lint-staged
cd nagiosxi/basedir/html/ui
npm run pre-commit

