Skip to content

Commit 9136dfa

Browse files
committed
Add yarn.lock make task to PHONY list
This task should run even if the `yarn.lock` file already exists.
1 parent 7b63315 commit 9136dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: image test citest integration
1+
.PHONY: image test citest integration yarn.lock
22

33
IMAGE_NAME ?= codeclimate/codeclimate-eslint
44

0 commit comments

Comments
 (0)