Skip to content

Commit

Permalink
fix: add copy from build step to include go typings into master
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Oct 1, 2020
1 parent 9081482 commit 730f66d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"schemaLocation": "./build/schema.json",
"languages": { "ts": true, "go": true }
}],
["@semantic-release/exec", {
"prepare": "cp ./build/* ."
}],
"@semantic-release/changelog",
"@semantic-release/release-notes-generator",
["@semantic-release/git", {
Expand Down

0 comments on commit 730f66d

Please sign in to comment.