do same for ocis

This commit is contained in:
jkoberg
2021-10-15 16:22:47 +02:00
parent 2878b26c29
commit a23e648e17
5 changed files with 9 additions and 12 deletions
+1 -8
View File
@@ -26,12 +26,5 @@ ci-go-generate: # CI runs ci-node-generate automatically before this target
@go generate ./...
.PHONY: ci-node-generate
ci-node-generate: yarn-build
ci-node-generate:
@make -C ../accounts generate
.PHONY: yarn-build
yarn-build: node_modules
.PHONY: node_modules
node_modules:
yarn install --frozen-lockfile