Skip to content

Commit

Permalink
Add yarn.lock make task to PHONY list
Browse files Browse the repository at this point in the history
This task should run even if the `yarn.lock` file already exists.
  • Loading branch information
dblandin committed Sep 19, 2017
1 parent 5df6883 commit 17f9c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: image test citest integration
.PHONY: image test citest integration yarn.lock

IMAGE_NAME ?= codeclimate/codeclimate-eslint

Expand Down

0 comments on commit 17f9c49

Please sign in to comment.