Skip to content

Commit

Permalink
Edit descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanqing committed Aug 14, 2023
1 parent 2770876 commit bf24c45
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions packages/build/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit bf24c45

Please sign in to comment.