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

Commit

Permalink
fix: oclif manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jul 8, 2021
1 parent 916805b commit 88bbeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev-scripts/bin/sf-prepack.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ shell.exec('yarn build');

if (isPlugin(packageRoot)) {
if (shell.which('oclif')) {
shell.exec('oclif manifest');
shell.exec('oclif manifest .');
} else if (shell.which('oclif-dev')) {
shell.exec('oclif-dev manifest');
} else {
Expand Down

0 comments on commit 88bbeff

Please sign in to comment.