Skip to content

Commit

Permalink
Do not set store-dir in Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Oct 25, 2022
1 parent b195c6b commit 8d34285
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
1 change: 0 additions & 1 deletion services/idp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ pnpm-build: node_modules

.PHONY: node_modules
node_modules:
pnpm config set store-dir ./.pnpm-store
pnpm install

############ licenses ############
Expand Down
1 change: 0 additions & 1 deletion services/settings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ pnpm-build: node_modules

.PHONY: node_modules
node_modules:
pnpm config set store-dir ./.pnpm-store
pnpm install

############ protobuf ############
Expand Down

0 comments on commit 8d34285

Please sign in to comment.