style(ci): fix missing trailing comma

This commit is contained in:
Jack Westbrook 2024-02-14 14:42:51 +01:00
parent f04ec96c93
commit 7520d41576
No known key found for this signature in database
GPG Key ID: 2E30ECF346D7D121

View File

@ -466,7 +466,7 @@ def build_frontend_package_step(depends_on = []):
"image": images["node"],
"environment": {
"NODE_OPTIONS": "--max_old_space_size=8192",
"NX_SKIP_NX_CACHE": "true"
"NX_SKIP_NX_CACHE": "true",
},
"depends_on": [
"yarn-install",