Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit c167f39

Browse files
committed
use npm bin
1 parent 54a4eb5 commit c167f39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/badges.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
env:
3434
DEBUG: dependency-version-badge
3535
run: |
36-
npx update-badge \
37-
cypress-react-unit-test --short --behind \
36+
$(npm bin)/update-badge cypress-react-unit-test --short --behind \
3837
--from bahmutov/try-cra-with-unit-test \
3938
--from bahmutov/try-cra-app-typescript \
4039
--from bahmutov/react-todo-with-hooks \

0 commit comments

Comments
 (0)