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

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",