mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
avoid hiding segfaults
Context: https://github.com/roc-lang/roc/issues/6987 Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
2469a3aa2d
commit
f40eac12e9
1 changed files with 3 additions and 2 deletions
|
@ -97,8 +97,9 @@ fi
|
|||
|
||||
$roc version
|
||||
|
||||
echo 'Building site markdown content'
|
||||
$roc dev www/main.roc -- www/content/ www/build/
|
||||
echo 'Generating site markdown content'
|
||||
$roc build www/main.roc
|
||||
./www/main www/content/ www/build/
|
||||
|
||||
echo "Adding github link to examples' html..."
|
||||
source www/scripts/add-github-link-to-examples.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue