File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 121121 "update-dockerfile" : " ts-node scripts/update-dockerfile.ts" ,
122122 "precommit" : " lint-staged" ,
123123 "lint-fix" : " lerna run lint --parallel -- --fix" ,
124- "prepare-commit-msg" : " node ./scripts/prepare-commit-msg.js"
124+ "prepare-commit-msg" : " node ./scripts/prepare-commit-msg.js" ,
125+ "test:prepare-release" : " mocha --require ts-node/register ./scripts/tests/prepareRelease/prepare-release-main.test.ts"
125126 },
126127 "dependencies" : {
127128 "axios" : " ^1.8.2" ,
Original file line number Diff line number Diff line change @@ -108,13 +108,11 @@ yargs(hideBin(process.argv))
108108 default : 'beta' ,
109109 } )
110110 . option ( 'scope' , {
111- alias : 's' ,
112111 type : 'string' ,
113112 description : 'Target scope for packages' ,
114113 default : '@bitgo-beta' ,
115114 } )
116115 . option ( 'root-dir' , {
117- alias : 'r' ,
118116 type : 'string' ,
119117 description : 'Root directory of the repository' ,
120118 default : process . env . BITGO_PREPARE_RELEASE_ROOT_DIR || path . join ( __dirname , '..' ) ,
You can’t perform that action at this time.
0 commit comments