Skip to content

Commit

Permalink
fix: attempt to fix deployed artifact to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1992 committed Aug 16, 2021
1 parent ec007de commit a3d8e4e
Show file tree
Hide file tree
Showing 3 changed files with 1,866 additions and 1,614 deletions.
22 changes: 18 additions & 4 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
{
"pkgRoot": "bin",
"branches": [
"master"
"branches": ["master"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"pkgRoot": "bin",
"npmPublish": true
}
],
[
"@semantic-release/github",
{
"assets": "bin"
}
]
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.18.0",
"semantic-release": "^15.13.18",
"semantic-release": "17.4.4",
"shelljs": "^0.8.3",
"ts-jest": "^23.10.2",
"ts-node": "^7.0.1",
Expand Down
Loading

0 comments on commit a3d8e4e

Please sign in to comment.