Skip to content

Commit

Permalink
build: tweak automatic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 24, 2019
1 parent cbb3be7 commit 838b68d
Show file tree
Hide file tree
Showing 2 changed files with 1,910 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"ava": "latest",
"ci-publish": "latest",
"conventional-github-releaser": "latest",
"coveralls": "latest",
"esm": "latest",
Expand Down Expand Up @@ -71,12 +72,12 @@
"clean": "rm -rf node_modules",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard-markdown README.md && standard",
"postrelease": "npm run release:tags && npm run release:github && npm publish",
"postrelease": "npm run release:tags && npm run release:github && ci-publish",
"precommit": "lint-staged",
"prerelease": "git-dirty && npm run update:check && npm test && git-authors-cli",
"pretest": "npm run lint",
"pretty": "prettier-standard index.js {core,test,bin,scripts}/**/*.js --single-quote --print-width 100",
"release": "git add src && standard-version -a",
"release": "git add src/umd.js && standard-version -a",
"release:github": "conventional-github-releaser -p angular",
"release:tags": "git push --follow-tags origin master",
"test": "nyc ava",
Expand Down Expand Up @@ -116,6 +117,11 @@
]
}
},
"standard": {
"ignore": [
"src/umd.js"
]
},
"standard-version": {
"scripts": {
"prechangelog": "git-authors-cli",
Expand Down
Loading

0 comments on commit 838b68d

Please sign in to comment.