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