aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 7151c1b..e927224 100755
--- a/build.sh
+++ b/build.sh
@@ -63,6 +63,8 @@ fi
if [[ $BUILD = "all" ]] || [[ $BUILD = "js" ]]; then
echo "Running javascript build"
+ cd $BASE_DIR/FMark
+ yarn install
cd $BASE_DIR/FMark/src/FMarkFable
dotnet restore
dotnet fable yarn-dev