Skip to content
This repository was archived by the owner on Apr 21, 2021. It is now read-only.

Commit ebe2619

Browse files
committed
Use npm to install custom plugin version
1 parent 7fe092f commit ebe2619

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ install:
5454
@rm -rf api/node_modules/gitbook-plugin-anchorjs
5555
@rm -rf extending-contao4/node_modules/gitbook-plugin-anchorjs
5656
@rm -rf manager/node_modules/gitbook-plugin-anchorjs
57-
@git clone -b master https://github.com/aschempp/gitbook-plugin-anchorjs.git manual/node_modules/gitbook-plugin-anchorjs
58-
@git clone -b master https://github.com/aschempp/gitbook-plugin-anchorjs.git cookbook/node_modules/gitbook-plugin-anchorjs
59-
@git clone -b master https://github.com/aschempp/gitbook-plugin-anchorjs.git api/node_modules/gitbook-plugin-anchorjs
60-
@git clone -b master https://github.com/aschempp/gitbook-plugin-anchorjs.git extending-contao4/node_modules/gitbook-plugin-anchorjs
61-
@git clone -b master https://github.com/aschempp/gitbook-plugin-anchorjs.git manager/node_modules/gitbook-plugin-anchorjs
57+
@cd manual/; npm install "https://github.com/aschempp/gitbook-plugin-anchorjs.git"
58+
@cd cookbook/; npm install "https://github.com/aschempp/gitbook-plugin-anchorjs.git"
59+
@cd api/; npm install "https://github.com/aschempp/gitbook-plugin-anchorjs.git"
60+
@cd extending-contao4/; npm install "https://github.com/aschempp/gitbook-plugin-anchorjs.git"
61+
@cd manager/; npm install "https://github.com/aschempp/gitbook-plugin-anchorjs.git"
6262

6363
install-python:
6464
@echo "--> You must have Python virtualenv"

0 commit comments

Comments
 (0)