Skip to content

Commit

Permalink
ci: run correct npm command in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Aug 8, 2023
1 parent 251263c commit 2e989cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
cache: npm
- run: npm ci
# Check whether Prettier has errors.
- run: npm check:prettier
- run: npm run check:prettier
# Check whether build is successful.
- run: npm build
- run: npm run build

0 comments on commit 2e989cc

Please sign in to comment.