We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e375b62 commit 884d975Copy full SHA for 884d975
Makefile
@@ -1,9 +1,9 @@
1
-.PHONY: npm build deploy
+.PHONY: install build
2
.DEFAULT_GOAL := build
3
4
-npm: package.json
+install: package.json
5
npm install --no-fund --no-audit --no-progress --save-dev --loglevel=error
6
npm run antora -- --version
7
8
-build: npm
+build: install
9
npm run antora -- --fetch antora-playbook.yml
README.adoc
@@ -26,7 +26,7 @@ Installing Antora is super simple:
26
27
[source]
28
----
29
-$ make npm
+$ make install
30
31
32
Check out https://docs.antora.org/antora/3.1/install/install-antora/[the detailed installation instructions]
0 commit comments