Skip to content

Commit 8ddbe04

Browse files
committed
use npm run rather than npx
1 parent 0b4c6a4 commit 8ddbe04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,5 @@ jobs:
102102
npx mocha --grep modules --invert
103103
else
104104
echo "Running all tests"
105-
npx mocha -- -g pyret-init
105+
npm run mocha -- -g pyret-init
106106
fi

0 commit comments

Comments
 (0)