File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3232 ],
3333 "conventionalCommits" : true ,
3434 "createRelease" : " github" ,
35- "gitTagVersion" : false ,
3635 "message" : " chore: release package(s)"
3736 }
3837 },
Original file line number Diff line number Diff line change 3636 "lerna" : " lerna bootstrap --hoist" ,
3737 "predevpublish" : " git checkout devpublish && git merge -s recursive -X theirs develop" ,
3838 "devpublish" : " lerna publish --ignore-scripts --cd-version=prerelease" ,
39- "postdevpublish" : " git add . && git commit -m 'update chagne log' && git checkout develop" ,
39+ "devpublish:force" : " npm run devpublish -- --force-publish=*" ,
40+ "postdevpublish" : " git add . && git commit -m 'update change log' && git checkout develop" ,
4041 "prepublish" : " git checkout publish && git merge -s recursive -X theirs master" ,
42+ "publish" : " npm run lerna:prepublish && lerna publish --ignore-scripts --cd-version=patch" ,
43+ "publish:force" : " npm run publish -- --force-publish=*" ,
44+ "postpublish" : " git checkout master" ,
4145 "lint" : " tslint ./packages/**/src/**/*.ts --exclude \" ./packages/**/node_modules/**/*.ts\" " ,
4246 "postbootstrap" : " npm run build" ,
4347 "prebootstrap" : " lerna run prepare" ,
You can’t perform that action at this time.
0 commit comments