tune before-mainline-merging command

This commit is contained in:
Val Erastov 2022-08-15 00:26:43 -07:00
parent 359ef50587
commit 53932b570c

View file

@ -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": {