diff --git a/package.json b/package.json index cf78bd95..05975710 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "build": "grunt", "lint": "./node_modules/eslint/bin/eslint.js web/app modules", "check-code": "./node_modules/typescript/bin/tsc --noEmit", - "before-mainline-merging": "npm run lint && npm run check-code", + "before-mainline-merging": "npm run lint && npm run check-code && echo 'All conditions passed. Ready to go to the main branch. Good job!'", "cypress": "npx cypress open" }, "repository": {