Skip to content

Commit 884d975

Browse files
committed
Rename "npm" make task to "install"
1 parent e375b62 commit 884d975

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.PHONY: npm build deploy
1+
.PHONY: install build
22
.DEFAULT_GOAL := build
33

4-
npm: package.json
4+
install: package.json
55
npm install --no-fund --no-audit --no-progress --save-dev --loglevel=error
66
npm run antora -- --version
77

8-
build: npm
8+
build: install
99
npm run antora -- --fetch antora-playbook.yml

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Installing Antora is super simple:
2626

2727
[source]
2828
----
29-
$ make npm
29+
$ make install
3030
----
3131

3232
Check out https://docs.antora.org/antora/3.1/install/install-antora/[the detailed installation instructions]

0 commit comments

Comments
 (0)