Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
fix script.
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Ribó Labrador <elribonazo@gmail.com>
  • Loading branch information
elribonazo committed Dec 16, 2023
1 parent 1bb3e0c commit 47f90b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm ci
npm run coverage
sh coverage.sh
- name: Coverage Comment
uses: MishaKav/jest-coverage-comment@v1.0.23
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
npm ci
npm run release
npm run docs
npm run coverage
sh coverage.sh
- uses: stefanzweifel/git-auto-commit-action@v5
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"clean-packages": "npx lerna run clean && rm -rf node_modules",
"build": "npx lerna run build --stream --include-dependencies",
"coverage": "sh coverage.sh",
"coverage": "cd packages/database && npm run coverage",
"test": "npx lerna run --stream test",
"docs": "npx lerna run --stream docs",
"docs-html": "npx lerna run --stream docs-html",
Expand Down

0 comments on commit 47f90b3

Please sign in to comment.