Skip to content

Commit

Permalink
fix(build): publish npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jagregory committed Feb 24, 2022
1 parent bc3be38 commit faaf12b
Show file tree
Hide file tree
Showing 2 changed files with 720 additions and 92 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.0",
"@types/aws-lambda": "^8.10.85",
"@types/body-parser": "^1.19.0",
"@types/cors": "^2.8.6",
Expand Down Expand Up @@ -106,6 +107,7 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
["@semantic-release/exec", {
"publishCmd": "./scripts/dockerBuildPush.sh ${nextRelease.version}"
}],
Expand Down
Loading

0 comments on commit faaf12b

Please sign in to comment.