Skip to content

Commit

Permalink
hiding the command
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaScales committed Jan 30, 2024
1 parent 5d5c230 commit 4a99c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/commands/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const validateSrcPath = src => {
};

exports.command = 'preview <src> <dest>';
exports.describe = i18n(`${i18nKey}.describe`);
exports.describe = false; // i18n(`${i18nKey}.describe`) - Hiding command

exports.handler = async options => {
const { src, dest, notify, skipUpload, noSsl, port, debug } = options;
Expand Down

0 comments on commit 4a99c5d

Please sign in to comment.