From efd9908ff9dfbc9f6f7b1e813dbbeae20bc7ff77 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Mon, 20 May 2019 13:53:49 +0200 Subject: [PATCH] build: change git-authors-cli position --- package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0157a36..a8c8ce9 100644 --- a/package.json +++ b/package.json @@ -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", @@ -125,10 +125,5 @@ "git add" ] } - }, - "standard-version": { - "scripts": { - "prechangelog": "git-authors-cli" - } } }