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: