mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 08:34:25 -06:00
style(ci): fix missing trailing comma
This commit is contained in:
parent
f04ec96c93
commit
7520d41576
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user