Skip to content

Commit

Permalink
Update build.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan committed Feb 3, 2025
1 parent e391f03 commit a2391b8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/cli/src/commands/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,13 +283,8 @@ const _build = async (options: Options) => {
};

export const createManifest = (categories: Category[], config: RegistryConfig) => {
const meta = config.meta ?? {};

const manifest: Manifest = {
meta: {
builtAt: Date.now(),
...meta,
},
meta: config.meta,
categories,
};

Expand Down

0 comments on commit a2391b8

Please sign in to comment.