tune before-main-branch-merge npm script

This commit is contained in:
Val Erastov 2022-08-15 00:37:01 -07:00
parent caa2520312
commit d9959cf69a

View file

@ -10,7 +10,8 @@
"lint": "./node_modules/eslint/bin/eslint.js web/app modules",
"lint-fix": "./node_modules/eslint/bin/eslint.js --fix web/app modules",
"check-code": "./node_modules/typescript/bin/tsc --noEmit",
"before-mainline-merging": "npm run lint && npm run check-code && echo 'All conditions passed. Ready to go to the main branch. Good job!'",
"checks-passed-banner": "echo 'All conditions passed. Ready to go to the main branch. Good job!'",
"before-main-branch-merge": "npm run lint && npm run check-code && npm run checks-passed-banner",
"cypress": "npx cypress open"
},
"repository": {