Skip to content

Commit

Permalink
fixing lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasheartcliff committed Jan 30, 2024
1 parent 4e8a612 commit 029711e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm run build-prod

test:
Expand All @@ -42,6 +43,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci

- if: github.event_name == 'pull_request'
name: Validate all commits from PR
Expand Down

0 comments on commit 029711e

Please sign in to comment.