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

# Install npm dependencies using clean install
npm ci
