Skip to content

Commit

Permalink
build: change git-authors-cli position
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 20, 2019
1 parent e329f4f commit efd9908
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@
"dev:docs:src": "gulp",
"lint": "standard-markdown && standard",
"postrelease": "npm run release:tags && npm run release:github",
"prerelease": "npm run update:check && git-authors-cli",
"prerelease": "npm run update:check",
"pretest": "npm run lint",
"pretty": "prettier-standard index.js {core,test,bin}/**/*.js --single-quote",
"release": "git add package.json && standard-version -a",
"release": "git-authors-cli && git add package.json && standard-version -a",
"release:github": "conventional-github-releaser -p angular",
"release:tags": "git push --follow-tags origin HEAD:master",
"start": "bin/server",
Expand Down Expand Up @@ -125,10 +125,5 @@
"git add"
]
}
},
"standard-version": {
"scripts": {
"prechangelog": "git-authors-cli"
}
}
}

0 comments on commit efd9908

Please sign in to comment.