Skip to content

Commit

Permalink
fix(build): Remove incompatible scripts for commandbox-semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete committed Oct 25, 2018
1 parent 74c4f63 commit 252db7e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,11 @@
"cbstorages":"modules/cbstorages"
},
"scripts":{
"postVersion":"package set location='octanner/cbauth#v`package version`'",
"onRelease":"publish",
"postPublish":"!git push && !git push --tags"
"postVersion":"package set location='elpete/cbauth#v`package version`'"
},
"ignore":[
"**/.*",
"test",
"tests"
]
}
}

0 comments on commit 252db7e

Please sign in to comment.