🎉 add command to build docs bundle

This commit is contained in:
David Barragán Merino 2024-10-30 19:17:04 +01:00
parent 14e6ea9393
commit 977a2090fb
2 changed files with 32 additions and 2 deletions

8
docs/scripts/build Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
source ~/.bashrc
set -ex
rm -rf ./_dist
yarn
yarn run build