Skip to content

Commit

Permalink
fix(project): minor
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Nov 14, 2019
1 parent 2c9cb53 commit 1cf0b25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"npm run clean"
],
"after:bump": "echo \"building lib v${version}... \" && npm run build",
"before:git:release": "echo \"Updating CHANGELOG.md for v${version} \" && git add -A \"Updating CHANGELOG.md for v${version} \"",
"before:git:release": "echo \"Updating CHANGELOG.md for v${version} \" && git add .",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}.",
"before:npm": "echo building the library..."
}
Expand Down

0 comments on commit 1cf0b25

Please sign in to comment.