www_docs_threefold_io/install.sh

13 lines
135 B
Bash
Raw Normal View History

2024-08-26 18:10:27 +00:00
#!/bin/bash
set -ex
script_dir=$(dirname "$0")
cd ${script_dir}
echo "Docs directory: $script_dir"
cd docs_website
yarn
yarn build