Skip to content

Commit

Permalink
chore(.release-it.json): replace yon with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-McFarlin committed Feb 9, 2022
1 parent bdb37f0 commit 3b14f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"release": true
},
"hooks": {
"before:init": ["yon run test"],
"before:init": "npm run test",
"after:bump": "npm run build",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
}
Expand Down

0 comments on commit 3b14f29

Please sign in to comment.