diff --git a/frontend/package.json b/frontend/package.json index ead5e15a88..dc591a8568 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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"