Initial commit: data-viz-elements-ui library
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
12
build-for-dev.sh
Executable file
12
build-for-dev.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/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/data-viz-elements-ui' in your consuming app"
|
||||
Reference in New Issue
Block a user