Skip to content

Commit

Permalink
build: just one command run
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 20, 2019
1 parent 7464233 commit 7631839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"clean": "rm -rf node_modules",
"lint": "standard-markdown && standard",
"postrelease": "npm run release:tags && npm run release:github && ci-publish",
"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",
Expand Down Expand Up @@ -102,7 +102,7 @@
},
"standard-version": {
"scripts": {
"prechangelog": "git-authors-cli"
"precommit": "git-authors-cli"
}
}
}

0 comments on commit 7631839

Please sign in to comment.