File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
},
38
38
"scripts" : {
39
39
"commitmsg" : " validate-commit-msg" ,
40
- "precommit " : " semantic-release pre --verifyRelease='./src/scripts/npm/nodeVersion'" ,
40
+ "postcommit " : " semantic-release pre --verifyRelease='./src/scripts/npm/nodeVersion'" ,
41
41
"prerelease" : " gulp prod" ,
42
42
"semantic-release" : " semantic-release pre && npm publish && semantic-release post"
43
43
},
Original file line number Diff line number Diff line change 136
136
if ( preferences . androidPrefix !== null && ! / ^ [ / ] .[ a - z A - Z 0 - 9 ] { 3 } $ / . test ( preferences . androidPrefix ) ) {
137
137
throw new Error ( 'BRANCH SDK: Invalid "android-prefix" in <branch-config> in your config.xml. Docs https://goo.gl/GijGKP' )
138
138
}
139
- if ( ! ( preferences . androidTestMode === 'true' || preferences . androidTestMode === 'false' || preferences . androidTestMode === null ) ) {
139
+ if ( ! ( preferences . androidTestMode === 'true' || preferences . androidTestMode === 'false' || preferences . androidTestMode === null ) ) {
140
140
throw new Error ( 'BRANCH SDK: Invalid "android-testmode" in <branch-config> in your config.xml. Docs https://goo.gl/GijGKP' )
141
141
}
142
142
}
You can’t perform that action at this time.
0 commit comments