mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-01 05:15:17 +00:00
todo - [x] remove quarto build semantics - [x] remove quarto download/install - [x] make `uv` not verbose
11 lines
99 B
Bash
Executable File
11 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
make install-vercel-deps
|
|
|
|
make build
|
|
|
|
rm -rf docs
|
|
mv build/output-new/docs ./
|