File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 19
19
"scripts" : {
20
20
"dev" : " lerna run --parallel --scope @firebase/* --scope firebase --scope rxfire dev" ,
21
21
"build" : " lerna run --scope @firebase/* --scope firebase --scope rxfire prepare" ,
22
- "prepush" : " node tools/gitHooks/prepush.js" ,
23
22
"link:packages" : " lerna exec --scope @firebase/* --scope firebase --scope rxfire -- yarn link" ,
24
23
"stage:packages" : " ./scripts/prepublish.sh" ,
25
24
"repl" : " node tools/repl.js" ,
122
121
"webpack" : " 4.42.0" ,
123
122
"yargs" : " 15.3.1" ,
124
123
"lodash" : " 4.17.15"
124
+ },
125
+ "husky" : {
126
+ "hooks" : {
127
+ "pre-push" : " node tools/gitHooks/prepush.js"
128
+ }
125
129
}
126
130
}
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ $ git stash pop
61
61
Pre-Push Validation Succeeded
62
62
63
63
` ) ;
64
+ process . exit ( ) ;
64
65
} catch ( err ) {
65
66
console . error ( chalk `
66
67
{red Pre-Push Validation Failed, error body below}
You can’t perform that action at this time.
0 commit comments