#!/usr/bin/env bash set -euo pipefail # Build the library npm run build # Link it locally for development cd dist npm link echo "Library built and linked successfully" echo "Run 'npm link @sda/rich-text-elements-ui' in your consuming app"