From 03294164b527714c1f8f7ff1ad3b62238a135d25 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Tue, 18 Mar 2025 21:40:59 -0700 Subject: [PATCH] Fixed CI asset compilation --- .github/workflows/test-suite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index f930cb5..d848b37 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -21,7 +21,7 @@ jobs: run: npm ci - name: Compile Assets - run: npm run production --verbose + run: npm run build --verbose - name: Lint JavaScript Files run: npx eslint app/resources/js/**/*.js