mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-28 08:19:09 +00:00
10 lines
142 B
Bash
10 lines
142 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
set -e
|
||
|
|
set -x
|
||
|
|
|
||
|
|
cd website &&
|
||
|
|
yarn install --frozen-lockfile --ignore-engines &&
|
||
|
|
pydoc-markdown &&
|
||
|
|
yarn build
|