mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 11:04:26 -04:00
3 lines
79 B
Bash
3 lines
79 B
Bash
#!/usr/bin/env bash
|
|
|
|
pnpm pack && npm install -g $(pwd)/$(ls ./*.tgz | head -1) |