From b4f568ea5b0c23e46b38df202615844f504e5834 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 27 Jun 2024 11:36:12 -0600 Subject: [PATCH] wip --- .github/workflows/macos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ece495d7..2cb14b7d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -15,4 +15,6 @@ jobs: - uses: actions/checkout@v4 - run: brew install rust - run: brew install node + - run: cd webapp && npm ci + - run: cd webapp && npm run build - run: make