mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-12 22:39:34 -05:00
test another assumption
This commit is contained in:
@@ -45,6 +45,7 @@ yarn-build: node_modules
|
||||
|
||||
.PHONY: node_modules
|
||||
node_modules:
|
||||
apk add npm
|
||||
npm install --global yarn
|
||||
yarn install --frozen-lockfile
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@ ci-go-generate: pull-assets # CI runs ci-node-generate automatically before this
|
||||
|
||||
.PHONY: ci-node-generate
|
||||
ci-node-generate:
|
||||
apk add npm
|
||||
npm install --global yarn
|
||||
yarn install --frozen-lockfile
|
||||
|
||||
|
||||
@@ -46,6 +46,8 @@ yarn-build: node_modules
|
||||
|
||||
.PHONY: node_modules
|
||||
node_modules:
|
||||
apk add npm
|
||||
npm install --global yarn
|
||||
yarn install --frozen-lockfile
|
||||
|
||||
############ protobuf ############
|
||||
|
||||
@@ -27,6 +27,7 @@ ci-go-generate: pull-assets # CI runs ci-node-generate automatically before this
|
||||
|
||||
.PHONY: ci-node-generate
|
||||
ci-node-generate:
|
||||
apk add npm
|
||||
npm install --global yarn
|
||||
yarn install --frozen-lockfile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user