mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-18 13:54:19 +01:00
8 lines
69 B
Bash
Executable File
8 lines
69 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euxo pipefail
|
|
|
|
pnpm build
|
|
|
|
pnpm release-it
|