From ef0ac3babb6916276aa103e11aa0cf3b811af8e3 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 28 Apr 2020 06:43:35 -0700 Subject: [PATCH] Fix makefile to npm install when package.json changes. (#94) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca7f0bf..771cdf5 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ ifneq ($(HAS_SERVER),) endif ## Ensures NPM dependencies are installed without having to run this all the time. -webapp/.npminstall: +webapp/.npminstall: webapp/package.json ifneq ($(HAS_WEBAPP),) cd webapp && $(NPM) install touch $@