Skip to content

Commit

Permalink
fix(types): prebuild options
Browse files Browse the repository at this point in the history
  • Loading branch information
crherman7 committed Dec 23, 2024
1 parent 7011217 commit 13259ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/cli-kit/src/@types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ export type PrebuildOptions = {
build: string;
/** The cli command. */
command: string;
/** The environment version. */
env: string;
/** Indicates whether it's a release build. */
release: boolean;
/** Indicates whether to display verbose output. */
Expand Down
1 change: 0 additions & 1 deletion packages/cli/src/cmds/prebuild.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ registerCustomOptions(
'Ephemeral native code generation for a specific build, environment, and platform.',
)
.requiredOption('-b, --build [build]', 'Build configuration.')
.option('-e, --env [env]', 'Initial environment.')
.addOption(
new Option(
'-p, --platform [platform]',
Expand Down

0 comments on commit 13259ad

Please sign in to comment.