From 53932b570c2a8c04a73b25f6dda3e2afa4912547 Mon Sep 17 00:00:00 2001 From: Val Erastov Date: Mon, 15 Aug 2022 00:26:43 -0700 Subject: [PATCH] tune before-mainline-merging command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {