Skip to content

Commit

Permalink
fix(builder): run pnpm install with clean env
Browse files Browse the repository at this point in the history
commit_hash:515418498d8710e18b175057df15cc9c993ec06c
  • Loading branch information
zaverden committed Mar 10, 2025
1 parent b2b7435 commit 725223d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_peers_from_package_json(self):
return [p[prefix_len:] for p in pj.get_workspace_map(ignore_self=True).keys()]

@timeit
def _exec_command(self, args, cwd: str, include_defaults=True, script_path=None, env=None):
def _exec_command(self, args, cwd: str, include_defaults=True, script_path=None, env={}):
if not self.nodejs_bin_path:
raise PackageManagerError("Unable to execute command: nodejs_bin_path is not configured")

Expand Down
14 changes: 7 additions & 7 deletions devtools/frontend_build_platform/nots/builder/resources.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"info": {
"created": "2025-02-26T05:28:39.657Z",
"created": "2025-03-07T10:00:02.082Z",
"pr": {
"id": 8026094,
"id": 8136782,
"author": "zaverden",
"summary": "feat(TS_PACKAGE): add RUN_JAVASCRIPT support"
"summary": "fix(builder): run pnpm install with clean env"
}
},
"by_platform": {
"darwin": {
"uri": "sbr:8131524490"
"uri": "sbr:8207448776"
},
"darwin-arm64": {
"uri": "sbr:8131523977"
"uri": "sbr:8207445998"
},
"linux": {
"uri": "sbr:8131525573"
"uri": "sbr:8207454202"
},
"linux-aarch64": {
"uri": "sbr:8131525070"
"uri": "sbr:8207451732"
}
}
}

0 comments on commit 725223d

Please sign in to comment.