Skip to content

Commit 009cc64

Browse files
chore(github-actions): fix npm run report-coverage script
1 parent a7404b4 commit 009cc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: ${{ startsWith(github.ref, 'refs/pull/') }}
4545
run: |
4646
echo "pre-release because we are on a pull request"
47-
npm run-report coverage
47+
npm run report-coverage
4848
npx semantic-release --dry-run
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)