Skip to content

Commit

Permalink
chore(build): Remove unnecessary package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete committed Jan 27, 2018
1 parent dc433de commit 88f7e90
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions box.json
Expand Up @@ -24,9 +24,7 @@
"coldbox":"tests/resources/app/coldbox/"
},
"scripts":{
"postVersion":"package set location='elpete/cors#v`package version`'",
"onRelease":"publish",
"postPublish":"!git push && !git push --tags"
"postVersion":"package set location='elpete/cors#v`package version`'"
},
"ignore":[
"**/.*",
Expand All @@ -37,4 +35,4 @@
"runner":"http://localhost:51647/tests/runner.cfm",
"verbose":false
}
}
}

0 comments on commit 88f7e90

Please sign in to comment.