Skip to content

Commit

Permalink
New react-scripts version: 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tzachbon committed Aug 17, 2020
1 parent e81baa0 commit 96b01e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-creates/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ program
if (git) {
await execa("git", ["add", "."]);
await execa("git", ["commit", "-m", message]);
await execa("git", ["tag", `v${packageJson.version}`, "-a", `"${message}"`]);
await execa("git", ["tag", `v${packageJson.version}`]);
await execa("git", ["push"]);

console.log(
Expand Down

0 comments on commit 96b01e0

Please sign in to comment.