Skip to content

Commit

Permalink
npm-scripts 'release': remove executeCmd('git diff --quiet || exit 1')
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Nov 21, 2022
1 parent 9edb89c commit 1ff8be1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion npm-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ switch (task)
case 'release':
{
checkRelease();
executeCmd('git diff --quiet || exit 1');
executeCmd(`git commit -am '${version}'`);
executeCmd(`git tag -a ${version} -m '${version}'`);
executeCmd(`git push origin v${MAYOR_VERSION}`);
Expand Down

0 comments on commit 1ff8be1

Please sign in to comment.