Skip to content

Commit

Permalink
Fix/release scripts (#5376)
Browse files Browse the repository at this point in the history
* fix(scripts): fix version bump script;
  • Loading branch information
DigitalBrainJS committed Dec 14, 2022
1 parent 7a2f901 commit 38865e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -169,7 +169,7 @@
},
"hooks": {
"before:init": "npm test",
"after:bump": "npm run build",
"after:bump": "gulp version && npm run build",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
}
},
Expand Down

0 comments on commit 38865e3

Please sign in to comment.