Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 7 additions & 11 deletions bin/pre-push.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,27 +84,23 @@ const cmd = ['git push', remoteName, ...refMaps].join(' ')
checkReturn(shell.exec(cmd, { silent : true }))

console.info(String.raw`
____ _ _ ____ _
/ ___(_) |_ | _ \ _ _ ___| |__
____ _ _ ____ _
/ ___(_) |_ | _ \ _ _ ___| |__
| | _| | __| | |_) | | | / __| '_ \
| |_| | | |_ | __/| |_| \__ \ | | |
\____|_|\__| |_| \__,_|___/_| |_|
\____|_|\__| |_| \__,_|___/_| |_|

____ _ _
____ _ _
/ ___| _ _ ___ ___ ___ ___ __| | |
\___ \| | | |/ __/ __/ _ \/ _ \/ _^ | |
___) | |_| | (_| (_| __/ __/ (_| |_|
___) | |_| | (_| (_| __/ __/ (_| |_|
|____/ \__,_|\___\___\___|\___|\__,_(_)

`)

console.info(`



### Npm version bumped and pushed by inner push inside hook pre-push ###"
-- vvvvvv outer push will be canceled, don't worry, not bug :) vvvvvv --"

### Npm version bumped and pushed by inner push inside hook pre-push ###
-- vvvvvv outer push will be canceled, don't worry, not bug :) vvvvvv --

`)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chatie/git-scripts",
"version": "0.7.6",
"version": "0.7.7",
"description": "Git Hooks Integration for Chatie Projects",
"directories": {
"doc": "docs",
Expand Down Expand Up @@ -48,7 +48,7 @@
}
},
"dependencies": {
"git-scripts": "^0.6.0",
"git-scripts": "^0.6.2",
"pkg-up": "^3.1.0",
"shelljs": "^0.8.3"
},
Expand Down