Skip to content

Commit

Permalink
fix(cli): ignore deprecated --skip-watch flag in deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald authored and vvagaytsev committed Jun 21, 2023
1 parent 0e822b3 commit 841ea3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/commands/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ export const deployOpts = {
"timestamps": new BooleanParameter({
help: "Show timestamps with log output. Should be used with the `--logs` option (has no effect if that option is not used).",
}),
"skip-watch": new BooleanParameter({
help: "(keeping for backwards compatibility with 0.12.x)",
hidden: true,
}),
...serveOpts,
}

Expand Down

0 comments on commit 841ea3f

Please sign in to comment.