Skip to content

Commit

Permalink
Merge pull request #14 from fabian4/release
Browse files Browse the repository at this point in the history
fix: fix the release ci
  • Loading branch information
fabian4 authored Feb 14, 2022
2 parents 736c690 + 068ba8d commit ac55ec3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm"
"@semantic-release/npm",
"@semantic-release/github"
]
}
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"license": "Apache-2.0",
"scripts": {
"prepare": "husky install",
"prepack": "run-s build",
"postpack": "run-s clean",
"test": "jest",
"build": "run-s clean && run-p build:*",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down

0 comments on commit ac55ec3

Please sign in to comment.