Skip to content
Snippets Groups Projects
Commit f06fd487 authored by rhenck's avatar rhenck
Browse files

Clarify usage of Makefile target

parent 36fde953
No related branches found
No related tags found
No related merge requests found
Pipeline #19334 canceled
......@@ -27,6 +27,7 @@ copy-packages:
docker cp testcenter-frontend-dev:/app/node_modules/. node_modules
# Use parameter packages=<package-name> to install new package
# Otherwise it installs the packages defined in package.json
# Example: make install-package packages="leftpad babel"
install-package:
docker exec testcenter-frontend-dev npm install $(packages)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment