Skip to content

Commit 7c2ca83

Browse files
committed
fix: Fix oss command
1 parent 4286e15 commit 7c2ca83

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
},
8585
"files": [
8686
"/bin",
87+
"/LICENSE-THIRD-PARTY.txt",
8788
"/npm-shrinkwrap.json",
8889
"/oclif.manifest.json",
8990
"/src"

src/commands/oss.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class OSSLicensesCommand extends BoxCommand {
2020
}
2121
}
2222

23+
OSSLicensesCommand.noClient = true;
2324
OSSLicensesCommand.description =
2425
'Print a list of open-source licensed packages used in the Box CLI';
2526

0 commit comments

Comments
 (0)