You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/vercel_build.sh

11 lines
99 B
Bash

#!/bin/bash
set -e
make install-vercel-deps
make build
rm -rf docs
mv build/output-new/docs ./