mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Generate builtins when buiding www site
This commit is contained in:
parent
15a2402208
commit
cb7ee34f21
1 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
rm -rf build/
|
||||
cp -r public/ build/
|
||||
|
||||
pushd ..
|
||||
echo 'Generating docs...'
|
||||
cargo run docs compiler/builtins/docs/Bool.roc
|
||||
mv generated-docs/ www/build/builtins
|
||||
popd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue