Skip to content

Commit

Permalink
fix: fixing automation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
forsti0506 committed Jan 2, 2021
1 parent 66347bf commit 2605b08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .idea/workspace.xml

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

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
"build": "tsc && copyfiles README.md dist",
"test": "exit 0",
"lint": "eslint . --ext .ts",
"semantic-release": "semantic-release",
"postpublish": "cp -r package.json .."
"semantic-release": "semantic-release"
},
"bin": {
"a11y-sitechecker": "./bin/a11y-sitechecker.js"
Expand Down Expand Up @@ -79,17 +78,19 @@
[
"@semantic-release/npm",
{
"pkgRoot": "dist"
"pkgRoot": "dist",
"assets": [
"dist/**"
]
}
],
[
"@semantic-release/github",
{
"assets": [
"dist/**"
]
"assets": "release/*.tgz"
}
]
],
"@semantic-release/git"
]
},
"husky": {
Expand Down

0 comments on commit 2605b08

Please sign in to comment.