mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 21:45:56 +08:00
fix(ci): fix jest coverage since github workflow (#6735)
This commit is contained in:
parent
03fb388cd1
commit
05c9dd68dd
@ -21,7 +21,7 @@
|
|||||||
"husky:configure": "cd .. && husky install frontend/.husky && cd frontend && chmod ug+x .husky/*",
|
"husky:configure": "cd .. && husky install frontend/.husky && cd frontend && chmod ug+x .husky/*",
|
||||||
"commitlint": "commitlint --edit $1",
|
"commitlint": "commitlint --edit $1",
|
||||||
"test": "jest --coverage",
|
"test": "jest --coverage",
|
||||||
"test:changedsince": "jest --changedSince=develop --coverage --silent"
|
"test:changedsince": "jest --changedSince=main --coverage --silent"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.15.0"
|
"node": ">=16.15.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user