From ef9ee8726e0eb971980605d1292213384c65c1d8 Mon Sep 17 00:00:00 2001 From: jkoberg Date: Fri, 15 Oct 2021 15:18:27 +0200 Subject: [PATCH] only call node_modules --- ocs/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ocs/Makefile b/ocs/Makefile index eb67bb7d6..c6f8aadf6 100644 --- a/ocs/Makefile +++ b/ocs/Makefile @@ -29,10 +29,7 @@ ci-go-generate: # CI runs ci-node-generate automatically before this target ci-node-generate: yarn-build .PHONY: yarn-build -yarn-build: - yarn lint - yarn test - yarn build +yarn-build: node_modules .PHONY: node_modules node_modules: