Skip to content

Commit

Permalink
Skip make-aspnet-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
alexslavr committed Nov 1, 2024
1 parent 02614c8 commit d58d0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/build-all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const MAJOR_VERSION = monorepoVersion.split('.').slice(0, 2).join('_');
// Prepare metadata
sh.cd(ROOT_DIR);
sh.exec('pnpm run tools:discover-declarations');
sh.exec(`pnpm run tools make-aspnet-metadata --version ${MAJOR_VERSION}`);
// sh.exec(`pnpm run tools make-aspnet-metadata --version ${MAJOR_VERSION}`);

if (!devMode) {
injectDescriptions();
Expand Down

0 comments on commit d58d0cf

Please sign in to comment.