#!/bin/bash # Build the library for development (used by demo) set -e echo "Building @sda/flair-elements-ui for development..." npm run build echo "Build complete! Library available at dist/"