Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

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 4912812 commit c56563c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,9 @@
"lint": "standard-markdown README.md && standard",
"postrelease": "npm run release:tags && npm run release:github && ci-publish",
"precommit": "lint-staged",
"prelint": "npm run pretty",
"prerelease": "npm run update:check && git-authors-cli",
"prerelease": "npm run update:check",
"pretty": "prettier-standard {core,test,bin}/**/*.js",
"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 mocha",
Expand Down Expand Up @@ -143,10 +142,5 @@
"env": [
"mocha"
]
},
"standard-version": {
"scripts": {
"prechangelog": "git-authors-cli"
}
}
}

0 comments on commit c56563c

Please sign in to comment.