Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
Run E2E tests before release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
markcellus committed Dec 17, 2021
1 parent d48954a commit 93a1bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
releaseNotes: null,
},
hooks: {
'before:init': ['npm test'],
'before:init': ['npm test', 'npm run test:e2e'],
'after:bump': 'npm run build && npm run banner',
'after:release':
'echo Successfully released ${name} v${version} to ${repo.repository}.',
Expand Down

0 comments on commit 93a1bc9

Please # to comment.