Skip to content

Commit e97c5f7

Browse files
committed
Inline a make target invocation
1 parent b1ffc9f commit e97c5f7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ github_action_go_setup:
5252
fi
5353
# NOTE: We prune before generate, because node_modules are embedded into the
5454
# binary (and part of the build).
55-
go_build: git mockgen github_action_go_setup
56-
make webapp_node_modules_prod
55+
go_build: git mockgen github_action_go_setup webapp_node_modules_prod
5756
go generate ./...
5857
# Check all packages without producing any output.
5958
go build -v ./...
@@ -77,7 +76,7 @@ go_lint: golint go_test_tag_lint
7776
golangci_lint: golangci-lint github_action_go_setup
7877
golangci-lint cache clean
7978
golangci-lint run ./api/...
80-
79+
8180
go_test_tag_lint:
8281
@ # Printing a list of test files without +build tag, asserting empty...
8382
@TAGLESS=$$(grep -PL '\/\/(\s?\+build|go:build) !?(small|medium|large|cloud)' $(GO_TEST_FILES)); \

0 commit comments

Comments
 (0)