From bf24c45a25adde7e96918658619da084adbdc9c2 Mon Sep 17 00:00:00 2001 From: Yuan Qing Lim Date: Mon, 14 Aug 2023 22:16:38 +0800 Subject: [PATCH] Edit descriptions --- packages/build/src/cli.ts | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/packages/build/src/cli.ts b/packages/build/src/cli.ts index 44dbbaeb6..cc9080b0b 100644 --- a/packages/build/src/cli.ts +++ b/packages/build/src/cli.ts @@ -8,13 +8,9 @@ import { watchAsync } from './watch-async/watch-async.js' sade('build-figma-plugin', true) .describe('Build a Figma/FigJam plugin/widget') - .option('-m, --minify', 'Minify the plugin/widget bundle', false) - .option('-o, --output', 'Directory to output the plugin/widget bundle', null) - .option( - '-t, --typecheck', - 'Typecheck the plugin/widget source code before build', - false - ) + .option('-m, --minify', 'Minify the plugin/widget bundles', false) + .option('-o, --output', 'Directory to output the plugin/widget bundles', null) + .option('-t, --typecheck', 'Typecheck the plugin/widget source code', false) .option( '-w, --watch', 'Automatically rebuild the plugin/widget on code changes',