test another assumption

This commit is contained in:
jkoberg
2021-10-19 10:50:08 +02:00
parent e81138f1d3
commit 7e49454183
4 changed files with 5 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@ yarn-build: node_modules
.PHONY: node_modules
node_modules:
apk add npm
npm install --global yarn
yarn install --frozen-lockfile
+1
View File
@@ -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
+2
View File
@@ -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 ############
+1
View File
@@ -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