Skip to content

Commit

Permalink
fix: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
forsti0506 committed Jan 2, 2021
1 parent ac683a2 commit 9ec1cd1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"build": "tsc && copyfiles README.md dist",
"test": "exit 0",
"lint": "eslint . --ext .ts",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"postpublish": "copyfiles -r dist/package.json . && copyfiles -r dist/npm-shrinkwrap.json ."
},
"bin": {
"a11y-sitechecker": "./bin/a11y-sitechecker.js"
Expand Down Expand Up @@ -89,14 +90,22 @@
]
}
],
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md",
"package.json"
],
"message": "chore(release): v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/github",
{
"assets": "release/*.tgz"
}
],

"@semantic-release/git"
]
]
},
"husky": {
Expand Down

0 comments on commit 9ec1cd1

Please sign in to comment.