Skip to content

Commit

Permalink
chore: include dashboard package.json in release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 committed Jul 17, 2019
1 parent 2744232 commit ca89c6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ async function release() {
console.log("Committing changes...")
await execa("git", [
"add",
"CHANGELOG.md", "garden-service/package.json", "garden-service/package-lock.json",
"CHANGELOG.md",
"garden-service/package.json", "garden-service/package-lock.json",
"dashboard/package.json", "dashboard/package-lock.json",
], { cwd: gardenRoot })
await execa("git", [
"commit",
Expand Down

0 comments on commit ca89c6c

Please sign in to comment.