Do not set store-dir in Makefiles

This commit is contained in:
Dominik Schmidt
2022-10-25 11:12:51 +02:00
parent b195c6bb0d
commit 8d342851d7
3 changed files with 1 additions and 2 deletions
+1
View File
@@ -1817,6 +1817,7 @@ def makeNodeGenerate(module):
"CHROMEDRIVER_SKIP_DOWNLOAD": "true", # install fails on arm and chromedriver is a test only dependency
},
"commands": [
"pnpm config set store-dir ./.pnpm-store",
"retry -t 3 '%s ci-node-generate'" % (make),
],
"volumes": [stepVolumeGo],
-1
View File
@@ -58,7 +58,6 @@ pnpm-build: node_modules
.PHONY: node_modules
node_modules:
pnpm config set store-dir ./.pnpm-store
pnpm install
############ licenses ############
-1
View File
@@ -47,7 +47,6 @@ pnpm-build: node_modules
.PHONY: node_modules
node_modules:
pnpm config set store-dir ./.pnpm-store
pnpm install
############ protobuf ############