Skip to content

Commit

Permalink
Adding npm-install target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Apr 1, 2021
1 parent d7e6198 commit 8d3f1e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -5,6 +5,10 @@ MANAGE = time python manage.py
black:
black -l 100 --exclude '/(\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.?v?env|_build|buck-out|build|dist|src)/' $(arg) .

.PHONY: npm-install
npm-install:
cd varfish/vueapp && npm ci

.PHONY: serve
serve:
$(MANAGE) runserver
Expand Down

0 comments on commit 8d3f1e7

Please sign in to comment.