mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(makefile): Fix typo in error message
This commit is contained in:
4
Makefile
4
Makefile
@@ -7,9 +7,9 @@ default: vendor
|
||||
.PHONY: new-version
|
||||
new-version:
|
||||
$(if $(shell which npx),,\
|
||||
$(error No npx not found in PATH, please install NodeJS))
|
||||
$(error No npx found in PATH, please install NodeJS))
|
||||
$(if $(shell which standard-version),,\
|
||||
$(error No standard-version not found in PATH, install with: \
|
||||
$(error No standard-version found in PATH, install with: \
|
||||
npm install -g standard-version))
|
||||
|
||||
npx standard-version
|
||||
|
||||
Reference in New Issue
Block a user