mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-29 20:07:01 +01:00
tune before-main-branch-merge npm script
This commit is contained in:
parent
caa2520312
commit
d9959cf69a
1 changed files with 2 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue