diff options
-rw-r--r-- | .delivery/config.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.delivery/config.json b/.delivery/config.json index 3538445b3b..58a6e0277d 100644 --- a/.delivery/config.json +++ b/.delivery/config.json @@ -4,10 +4,10 @@ "path": ".delivery/build-cookbook", "name": "build-cookbook" }, - "skip_phases": [ - "lint", - "syntax", - ], + "skip_phases": [ + "lint", + "syntax" + ], "build_nodes": {}, "dependencies": [] } |