Skip to content

Commit 29ca788

Browse files
committed
Build before running lint so the latest errors show
1 parent 5a2e9db commit 29ca788

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: tools
1717
test: tools
1818
./tools/speccheck -v
1919

20-
lint:
20+
lint: build
2121
@[ -f refs-openrpc.json ] || $(MAKE) build >/dev/null
2222
cd tools && go tool openrpc-linter lint ../refs-openrpc.json -r ../openrpc-lint.yml
2323

0 commit comments

Comments
 (0)