Skip to content

Commit 625d24c

Browse files
committed
fix: use 'npx' to run 'git-dirty'
1 parent d74f679 commit 625d24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bumpedrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ plugins:
2727

2828
'Detecting problems before publish':
2929
plugin: 'bumped-terminal'
30-
command: 'git-dirty && yarn prepublishOnly'
30+
command: 'npx git-dirty && yarn prepublishOnly'
3131

3232
'Publishing at NPM':
3333
plugin: 'bumped-terminal'

0 commit comments

Comments
 (0)