From bece96cc4102c67c89efbc543fd61e9ffeafacee Mon Sep 17 00:00:00 2001 From: Rob Simmons Date: Wed, 22 Nov 2023 22:26:16 -0500 Subject: [PATCH] Also test building for the build --- .builds/check.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.builds/check.yml b/.builds/check.yml index eaf687b..49971a1 100644 --- a/.builds/check.yml +++ b/.builds/check.yml @@ -29,6 +29,9 @@ tasks: cd dusa npm run build npm run lib + cd docs + npm install + npm run build - github: | if [ "$GIT_REF" == "refs/heads/main" ] then