We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cece338 commit 533581fCopy full SHA for 533581f
src/Compiler/Backend.gren
@@ -326,7 +326,7 @@ commandEncoder interactive pathToString command =
326
327
PackageValidate flags ->
328
Json.object
329
- [ { key = "command", value = Json.string "packageBump" }
+ [ { key = "command", value = Json.string "packageValidate" }
330
, { key = "interactive", value = Json.bool interactive }
331
, { key = "known-versions", value = Json.array SemanticVersion.toJson flags.knownVersions }
332
, { key = "project-path", value = Json.string <| pathToString flags.projectPath }
0 commit comments