From 63f391ea5f64f9b83030e8cc4c1cdd37a8554900 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Mon, 9 Sep 2024 12:08:33 -0700 Subject: [PATCH] Build plugins in workflow --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9be304b5..bd320cde 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,9 @@ jobs: - name: Install Dependencies run: npm install + - name: Build Plugins + run: npm run build + - name: Lint run: npm run lint