Skip to content

Commit

Permalink
Trying to fix coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen authored Dec 7, 2023
1 parent 30bd8f1 commit 30d845f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
"scripts": {
"clean": "lerna exec -- rimraf dist tmpDist .rpt2_cache_development .rpt2_cache_production package-lock.json",
"coveralls": "coveralls < coverage/lcov.info || true",
"coveralls": "coveralls < coverage/lcov.info",
"debug": "node --inspect-brk ./node_modules/jest/bin/jest --runInBand --no-cache --no-watchman",
"docs-build": "cross-env NODE_ENV=production node docs/build.js",
"docs-build:dev": "node docs/build.js",
Expand Down

0 comments on commit 30d845f

Please sign in to comment.