mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 04:45:06 +01:00
tune before-mainline-merging command
This commit is contained in:
parent
359ef50587
commit
53932b570c
1 changed files with 1 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue