do same for ocis

This commit is contained in:
jkoberg committed 2021-10-15 16:22:47 +02:00
1 parent 2878b26c29
commit a23e648e17
5 files changed
+9 -12

No files matched your search

+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