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 3a56f3d commit c92f52e
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 @@ -58,10 +58,10 @@
"lint": "standard-markdown README.md && standard",
"postrelease": "npm run release:tags && npm run release:github && ci-publish",
"precommit": "lint-staged",
"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,scripts}/**/*.js --single-quote --print-width 100",
"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",
"test": "nyc ava",
Expand Down Expand Up @@ -95,10 +95,5 @@
"git add"
]
}
},
"standard-version": {
"scripts": {
"prechangelog": "git-authors-cli"
}
}
}

0 comments on commit c92f52e

Please sign in to comment.