Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
benibenj committed Aug 22, 2024
1 parent 5410015 commit 3c79a05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,6 @@ async function getPackagePath(cwd: string, manifest: Manifest, options: IPackage

export async function pack(options: IPackageOptions = {}): Promise<IPackageResult> {
const cwd = options.cwd || process.cwd();
console.log('packaging extension from:', cwd);
const manifest = await readManifest(cwd);
const files = await collect(manifest, options);

Expand Down Expand Up @@ -1900,7 +1899,6 @@ export async function createSignatureArchive(manifestFile: string, signatureFile

export async function packageCommand(options: IPackageOptions = {}): Promise<any> {
const cwd = options.cwd || process.cwd();
console.log('packaging command extension from:', cwd);
const manifest = await readManifest(cwd);
util.patchOptionsWithManifest(options, manifest);

Expand Down

0 comments on commit 3c79a05

Please sign in to comment.