From 17f9c4941054517acb752d1fd8f23d8d03a0d218 Mon Sep 17 00:00:00 2001 From: Devon Blandin Date: Tue, 19 Sep 2017 14:40:53 -0400 Subject: [PATCH] Add yarn.lock make task to PHONY list This task should run even if the `yarn.lock` file already exists. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a884a818..e58b6698d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: image test citest integration +.PHONY: image test citest integration yarn.lock IMAGE_NAME ?= codeclimate/codeclimate-eslint