Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit eea8bad

Browse files
committed
better scripts
1 parent a96c796 commit eea8bad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.release-it.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"scripts": {
3-
"beforeStage": "npm run build"
3+
"beforeStart": "npm test",
4+
"beforeStage": "npm run build",
5+
"afterRelease": "echo Successfully released ${name} v${version} to ${repo.repository}."
46
},
57
"git": {
68
"tagName": "v%s"

0 commit comments

Comments
 (0)