Skip to content

Commit a990a24

Browse files
fix(ci): setup/build mathy_alpha_sm model before deploy
1 parent 11e63d5 commit a990a24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
echo "Building all apps..."
33
set -e
4-
libraries="mathy_python mathy_mkdocs mathy_pydoc_markdown website"
4+
libraries="mathy_python mathy_alpha_sm mathy_mkdocs mathy_pydoc_markdown website"
55
for library in $libraries
66
do
77
echo "=== Building: $library"

tools/ci-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
echo "Setting up all apps..."
5-
libraries="mathy_python mathy_mkdocs mathy_pydoc_markdown website"
5+
libraries="mathy_python mathy_alpha_sm mathy_mkdocs mathy_pydoc_markdown website"
66
for library in $libraries
77
do
88
echo "=== Setting up: $library"

0 commit comments

Comments
 (0)