Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
fix: don't ship oclif.manifest.json with package
Browse files Browse the repository at this point in the history
  • Loading branch information
RodEsp committed Jun 22, 2021
1 parent 69bb865 commit d0af8c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"files": [
"/lib",
"/messages",
"/oclif.manifest.json",
"/bin"
],
"oclif": {
Expand Down
2 changes: 1 addition & 1 deletion src/commands/env/display.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default class EnvDisplay extends SfCommand {

public static flags = {
environment: Flags.string({
description: messages.getMessage('flags.environment.summary'),
summary: messages.getMessage('flags.environment.summary'),
required: true,
char: 'e',
}),
Expand Down

0 comments on commit d0af8c9

Please sign in to comment.