diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index db2e29bd..ac4dec56 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -26,7 +26,7 @@ jobs: run: npm ci --no-audit - name: Build for production - run: npm run build:production + run: npm run build - name: Run ESLint run: npm run lint diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index dc69054b..9b67ad29 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,7 +26,7 @@ jobs: run: npm ci --no-audit - name: Build for production - run: npm run build:production + run: npm run build - name: Run tests run: npm run test