Skip to content

Commit

Permalink
chore: fixed package script
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 committed Apr 15, 2024
1 parent c1399a2 commit 37c1de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"commitlint": "commitlint --edit $1",
"test": "jest --coverage",
"test:onlychanged": "jest --onlyChanged --coverage",
"test-changedsince": "jest --changedSince=develop --coverage"
"test:changedsince": "jest --changedSince=develop --coverage"
},
"engines": {
"node": ">=16.15.0"
Expand Down

0 comments on commit 37c1de7

Please sign in to comment.