Skip to content

Commit

Permalink
build(github): add local branch deletion script
Browse files Browse the repository at this point in the history
  • Loading branch information
dschach committed Nov 13, 2023
1 parent 3022be3 commit 6c67952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"prettier:verify": "prettier --list-different \"force-app/**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\"",
"prettier:apex": "prettier --write \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\"",
"prettier:verify:apex": "prettier --check \"**/*.{cls,cmp,component,page,trigger}\"",
"prune": "git branch | grep -v \"main\" | xargs git branch -D",
"scratchorg": ". scripts/orginit.sh",
"prepare": "husky install"
},
Expand Down

0 comments on commit 6c67952

Please sign in to comment.