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

Improve makefile target naming

parent f06fd487
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ copy-packages:
# 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:
install-packages:
docker exec testcenter-frontend-dev npm install $(packages)
tag-major:
......
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