Skip to content

Commit 8a48a35

Browse files
committed
'make test' requires 'make build' but didn't depend on it
1 parent 762c8bd commit 8a48a35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build:
1717
bundle exec jekyll build --safe
1818

1919
.PHONY: test
20-
test:
20+
test: build
2121
bundle exec htmlproofer ./_site --only-4xx --disable-external=true --enforce-https=false
2222

2323
.PHONY: run

0 commit comments

Comments
 (0)